[clang] [flang] [llvm] [IR] Remove size argument from lifetime intrinsics (PR #150248)

Florian Mayer via llvm-commits llvm-commits at lists.llvm.org
Fri Jul 25 13:07:10 PDT 2025


================
@@ -1462,6 +1462,7 @@ void HWAddressSanitizer::instrumentStack(memtag::StackInfo &SInfo,
     Value *AICast = IRB.CreatePointerCast(AI, PtrTy);
 
     auto HandleLifetime = [&](IntrinsicInst *II) {
+      // FIXME: Remove this code entirely.
----------------
fmayer wrote:

I just submitted https://github.com/llvm/llvm-project/pull/150510, so we can just remove the whole thing now.

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


More information about the llvm-commits mailing list