[llvm] 339b0a1 - [LV][NFCI] Format fcc419b05f62

Samuel Tebbs via llvm-commits llvm-commits at lists.llvm.org
Thu Jul 31 06:40:39 PDT 2025


Author: Samuel Tebbs
Date: 2025-07-31T14:37:59+01:00
New Revision: 339b0a1d74a4850b8c90c6d252f8483798992a4d

URL: https://github.com/llvm/llvm-project/commit/339b0a1d74a4850b8c90c6d252f8483798992a4d
DIFF: https://github.com/llvm/llvm-project/commit/339b0a1d74a4850b8c90c6d252f8483798992a4d.diff

LOG: [LV][NFCI] Format fcc419b05f62

Added: 
    

Modified: 
    llvm/lib/Transforms/Vectorize/VPlanRecipes.cpp

Removed: 
    


################################################################################
diff  --git a/llvm/lib/Transforms/Vectorize/VPlanRecipes.cpp b/llvm/lib/Transforms/Vectorize/VPlanRecipes.cpp
index 3272f4bd57ae7..d249a34653702 100644
--- a/llvm/lib/Transforms/Vectorize/VPlanRecipes.cpp
+++ b/llvm/lib/Transforms/Vectorize/VPlanRecipes.cpp
@@ -2530,8 +2530,8 @@ void VPReductionRecipe::execute(VPTransformState &State) {
       NextInChain = createMinMaxOp(State.Builder, Kind, NewRed, PrevInChain);
     else
       NextInChain = State.Builder.CreateBinOp(
-          (Instruction::BinaryOps)RecurrenceDescriptor::getOpcode(Kind), PrevInChain,
-          NewRed);
+          (Instruction::BinaryOps)RecurrenceDescriptor::getOpcode(Kind),
+          PrevInChain, NewRed);
   }
   State.set(this, NextInChain, /*IsScalar*/ true);
 }


        


More information about the llvm-commits mailing list