[llvm] [LICM] Improve LICM when calls only change Inaccessible memory (PR #169379)
Nikita Popov via llvm-commits
llvm-commits at lists.llvm.org
Mon Apr 27 11:46:25 PDT 2026
================
@@ -106,12 +106,12 @@ loop:
define void @test5(i1 %cond, ptr %ptr) {
; CHECK-LABEL: @test5(
; CHECK-NEXT: entry:
+; CHECK-NEXT: store i32 0, ptr [[PTR:%.*]], align 4
----------------
nikic wrote:
Should apply the same change here.
https://github.com/llvm/llvm-project/pull/169379
More information about the llvm-commits
mailing list