[llvm] [VPlan] Introduce ComputeReductionResult VPInstruction opcode. (PR #70253)
    Florian Hahn via llvm-commits 
    llvm-commits at lists.llvm.org
       
    Thu Jan  4 09:01:33 PST 2024
    
    
  
================
@@ -7585,7 +7393,65 @@ static void AddRuntimeUnrollDisableMetaData(Loop *L) {
   }
 }
 
-SCEV2ValueTy LoopVectorizationPlanner::executePlan(
+// Check if \p RedResult is a CompueReductionResult instruction, and if it is
----------------
fhahn wrote:
Done, thanks!
https://github.com/llvm/llvm-project/pull/70253
    
    
More information about the llvm-commits
mailing list