Files
clang-p2996/llvm/lib/IR/ReplaceConstant.cpp
Wenju He a3238969e5 [IR] Fix nested constant to instruction conversion (#69682)
Fix two issues:
* If a constant is used in another constant, we need to insert newly
  created instructions to worklist so that constant used in them will
  be converted.
* Set debug info of original instruction to newly created instructions.
2023-10-20 18:20:47 +08:00

3.6 KiB