[llvm] [VPlan] Dissolve replicate regions with vector live-outs. (PR #189022)

Florian Hahn via llvm-commits llvm-commits at lists.llvm.org
Wed Apr 29 05:26:07 PDT 2026


================
@@ -26,31 +26,31 @@ define void @check_widen_intrinsic_with_nnan(ptr noalias %dst.0, ptr noalias %ds
 ; CHECK-NEXT:    br i1 [[TMP9]], label %[[PRED_LOAD_IF:.*]], label %[[PRED_LOAD_CONTINUE:.*]]
 ; CHECK:       [[PRED_LOAD_IF]]:
 ; CHECK-NEXT:    [[TMP10:%.*]] = load double, ptr [[SRC_2]], align 8
-; CHECK-NEXT:    [[TMP8:%.*]] = insertelement <4 x double> poison, double [[TMP10]], i64 0
+; CHECK-NEXT:    [[TMP8:%.*]] = insertelement <4 x double> poison, double [[TMP10]], i32 0
----------------
fhahn wrote:

yes done, thanks!

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


More information about the llvm-commits mailing list