[llvm] [VPlan][PseudoProbe] Fix `pseudoprobe` duplication when `VF=1` (PR #185238)

David Sherwood via llvm-commits llvm-commits at lists.llvm.org
Tue Mar 10 00:57:39 PDT 2026


================
@@ -25,15 +56,44 @@ for.end:                                          ; preds = %for.body
   ret i32 0
 }
 
+define void @test2() {
----------------
david-arm wrote:

What is this testing that's different to `test1`? The CHECK lines seem to be the same at least.

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


More information about the llvm-commits mailing list