[llvm] [VPlan] Add VPValue for VF, use it for VPWidenIntOrFpInductionRecipe. (PR #95305)
    via llvm-commits 
    llvm-commits at lists.llvm.org
       
    Sun Sep  8 16:31:38 PDT 2024
    
    
  
================
@@ -320,6 +324,7 @@ exit:
 define void @pred_cfg1(i32 %k, i32 %j) {
 ; CHECK-LABEL: LV: Checking a loop in 'pred_cfg1'
 ; CHECK:      VPlan 'Initial VPlan for VF={2},UF>=1' {
+; CHECK-NEXT: Live-in vp<[[VF:%.+]]> = VF
----------------
ayalz wrote:
This one is defined w/o being used?
https://github.com/llvm/llvm-project/pull/95305
    
    
More information about the llvm-commits
mailing list