[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:27 PDT 2026
================
@@ -4642,7 +4642,7 @@ struct MemorySanitizerVisitor : public InstVisitor<MemorySanitizerVisitor> {
// copy them.
ShadowArgs.append(1, IRB.CreateBitCast(SrcShadow, Src->getType()));
- CallInst *CI =
+ Value *CI =
----------------
dtcxzyw wrote:
It cannot be folded (the ret type is void).
https://github.com/llvm/llvm-project/pull/202738
More information about the Mlir-commits
mailing list