[llvm] [VPlan] Model FOR extract of exit value in VPlan. (PR #93395)
    Florian Hahn via llvm-commits 
    llvm-commits at lists.llvm.org
       
    Mon Jun  3 07:58:27 PDT 2024
    
    
  
================
@@ -1182,6 +1188,11 @@ class VPInstruction : public VPRecipeWithIRFlags {
     BranchOnCount,
     BranchOnCond,
     ComputeReductionResult,
+    // Takes the VPValue to extract from as first operand and the lane to
+    // extract from as second operand. The second operand must be a constant and
----------------
fhahn wrote:
Adjusted, thanks!
https://github.com/llvm/llvm-project/pull/93395
    
    
More information about the llvm-commits
mailing list