[llvm] [VPlan] Update scalar induction resume values in VPlan. (PR #110577)

Florian Hahn via llvm-commits llvm-commits at lists.llvm.org
Sun Dec 1 14:06:48 PST 2024


================
@@ -522,31 +523,31 @@ define void @trunc_ivs_and_store(i32 %x, ptr %dst, i64 %N) #0 {
 ; PRED:       pred.store.continue:
 ; PRED-NEXT:    [[TMP23:%.*]] = extractelement <4 x i1> [[ACTIVE_LANE_MASK]], i32 1
 ; PRED-NEXT:    br i1 [[TMP23]], label [[PRED_STORE_IF3:%.*]], label [[PRED_STORE_CONTINUE4:%.*]]
----------------
fhahn wrote:

This is a consequence of using the auto-generated scripts, they for some reason never use patterns to match block names :(

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


More information about the llvm-commits mailing list