[llvm] [SLP][REVEC] Use VL.front()->getType() as ScalarTy. (PR #102437)

Alexey Bataev via llvm-commits llvm-commits at lists.llvm.org
Thu Aug 8 04:43:55 PDT 2024


================
@@ -124,3 +124,20 @@ entry:
   store <8 x i1> %6, ptr %7, align 1
   ret void
 }
+
+define void @test5() {
+entry:
+  br i1 false, label %for.cond.cleanup.loopexit.unr-lcssa, label %for.body
+
+for.cond.cleanup.loopexit.unr-lcssa:              ; preds = %for.body, %entry
----------------
alexey-bataev wrote:

Simplify entry blocks names and remove comments `preds`

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


More information about the llvm-commits mailing list