[llvm] [LV][NFC] Remove almost all remaining instcombine passes in RUN lines (PR #213067)

David Sherwood via llvm-commits llvm-commits at lists.llvm.org
Fri Jul 31 00:59:44 PDT 2026


================
@@ -209,3 +213,12 @@ exit:
   %res = phi i32 [ %red.next, %loop ]
   ret i32 %res
 }
+;.
+; CHECK: [[LOOP0]] = distinct !{[[LOOP0]], [[META1:![0-9]+]], [[META2:![0-9]+]]}
+; CHECK: [[META1]] = !{!"llvm.loop.isvectorized", i32 1}
+; CHECK: [[META2]] = !{!"llvm.loop.unroll.runtime.disable"}
+; CHECK: [[LOOP3]] = distinct !{[[LOOP3]], [[META2]], [[META1]]}
+; CHECK: [[LOOP4]] = distinct !{[[LOOP4]], [[META1]], [[META2]]}
+; CHECK: [[LOOP5]] = distinct !{[[LOOP5]], [[META2]], [[META1]]}
+; CHECK: [[LOOP6]] = distinct !{[[LOOP6]], [[META1]], [[META2]]}
+;.
----------------
david-arm wrote:

Done, thanks!

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


More information about the llvm-commits mailing list