[llvm] [LoopVectorizer] Add support for partial reductions (PR #92418)
Kiran Chandramohan via llvm-commits
llvm-commits at lists.llvm.org
Mon Sep 23 04:21:22 PDT 2024
================
@@ -1482,8 +1482,8 @@ static Type *DecodeFixedType(ArrayRef<Intrinsic::IITDescriptor> &Infos,
return VectorType::getSubdividedVectorType(VTy, SubDivs);
----------------
kiranchandramohan wrote:
Are the changes in the file formatting only? If so, Can this be removed from this patch?
https://github.com/llvm/llvm-project/pull/92418
More information about the llvm-commits
mailing list