[Mlir-commits] [clang] [llvm] [mlir] [IRBuilder] Refactor for intrinsics const-folding (NFC) (PR #202738)

Yingwei Zheng llvmlistbot at llvm.org
Mon Jun 15 09:47:28 PDT 2026


================
@@ -2252,7 +2252,7 @@ Value *LibCallSimplifier::replacePowWithExp(CallInst *Pow, IRBuilderBase &B) {
       hasFloatFn(M, TLI, Ty, LibFunc_exp10, LibFunc_exp10f, LibFunc_exp10l)) {
 
     if (Pow->doesNotAccessMemory()) {
-      CallInst *NewExp10 =
+      Value *NewExp10 =
----------------
dtcxzyw wrote:

Put copyFlags into SetCI.

https://github.com/llvm/llvm-project/pull/202738


More information about the Mlir-commits mailing list