[llvm] [LoopAccessAnalysis] Fix type mismatch (PR #183116)

Kshitij Paranjape via llvm-commits llvm-commits at lists.llvm.org
Wed Mar 4 03:56:04 PST 2026


================
@@ -194,6 +195,36 @@ exit:
   ret void
 }
 
+define void @test_assumed_bounds_type_mismatch(ptr noalias %array, ptr readonly %pred, i32 %n) nosync nofree {
----------------
kshitijvp wrote:

yes the store is redundant in this case, needs to be removed.

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


More information about the llvm-commits mailing list