[all-commits] [llvm/llvm-project] c13d4b: Move VPPartialReductionRecipe after VPReductionRecipe
Sam Tebbs via All-commits
all-commits at lists.llvm.org
Wed Apr 23 07:53:40 PDT 2025
Branch: refs/heads/users/SamTebbs33/mulacc-partial-reductions
Home: https://github.com/llvm/llvm-project
Commit: c13d4b330578058546be9fafbc11a7bc142f5acc
https://github.com/llvm/llvm-project/commit/c13d4b330578058546be9fafbc11a7bc142f5acc
Author: Samuel Tebbs <samuel.tebbs at arm.com>
Date: 2025-04-16 (Wed, 16 Apr 2025)
Changed paths:
M llvm/lib/Transforms/Vectorize/VPlan.h
Log Message:
-----------
Move VPPartialReductionRecipe after VPReductionRecipe
Commit: 89372f1b9283a74b52005c2ec3f3fda520c283a3
https://github.com/llvm/llvm-project/commit/89372f1b9283a74b52005c2ec3f3fda520c283a3
Author: Samuel Tebbs <samuel.tebbs at arm.com>
Date: 2025-04-17 (Thu, 17 Apr 2025)
Changed paths:
M llvm/include/llvm/Analysis/TargetTransformInfo.h
M llvm/lib/Analysis/TargetTransformInfo.cpp
M llvm/lib/Transforms/Vectorize/LoopVectorize.cpp
M llvm/lib/Transforms/Vectorize/VPlan.h
M llvm/lib/Transforms/Vectorize/VPlanRecipes.cpp
M llvm/lib/Transforms/Vectorize/VPlanTransforms.cpp
M llvm/test/Transforms/LoopVectorize/AArch64/partial-reduce-dot-product-epilogue.ll
M llvm/test/Transforms/LoopVectorize/AArch64/partial-reduce-dot-product-neon.ll
M llvm/test/Transforms/LoopVectorize/AArch64/partial-reduce-dot-product.ll
M llvm/test/Transforms/LoopVectorize/AArch64/vplan-printing.ll
Log Message:
-----------
Bundle partial reductions inside VPMulAccumulateReductionRecipe
Commit: 6651bbbbb7224b111a4cfdf635de708341a49671
https://github.com/llvm/llvm-project/commit/6651bbbbb7224b111a4cfdf635de708341a49671
Author: Samuel Tebbs <samuel.tebbs at arm.com>
Date: 2025-04-22 (Tue, 22 Apr 2025)
Changed paths:
M llvm/lib/Transforms/Vectorize/VPlan.h
M llvm/lib/Transforms/Vectorize/VPlanTransforms.cpp
Log Message:
-----------
Add comment above tryTocreateAbstractPartialReductionRecipe
Commit: 57a95ed3f8b4e1f50e01ae6b4728f0447d6d30f4
https://github.com/llvm/llvm-project/commit/57a95ed3f8b4e1f50e01ae6b4728f0447d6d30f4
Author: Samuel Tebbs <samuel.tebbs at arm.com>
Date: 2025-04-22 (Tue, 22 Apr 2025)
Changed paths:
M llvm/lib/Transforms/Vectorize/VPlanRecipes.cpp
M llvm/lib/Transforms/Vectorize/VPlanTransforms.cpp
Log Message:
-----------
Mark PartialReductionRecipe as not having side effects
Commit: a69b79a41965c5d75265d2aa5001347dc6c9748d
https://github.com/llvm/llvm-project/commit/a69b79a41965c5d75265d2aa5001347dc6c9748d
Author: Samuel Tebbs <samuel.tebbs at arm.com>
Date: 2025-04-22 (Tue, 22 Apr 2025)
Changed paths:
M llvm/lib/Transforms/Vectorize/VPlan.h
Log Message:
-----------
Add to VPReductionRecipe::classof
Commit: 700d0d6ae0a2d5d3e41f6c8802a7675859efacbd
https://github.com/llvm/llvm-project/commit/700d0d6ae0a2d5d3e41f6c8802a7675859efacbd
Author: Samuel Tebbs <samuel.tebbs at arm.com>
Date: 2025-04-22 (Tue, 22 Apr 2025)
Changed paths:
M llvm/lib/Target/AArch64/AArch64TargetTransformInfo.cpp
M llvm/test/Transforms/LoopVectorize/AArch64/partial-reduce-dot-product.ll
Log Message:
-----------
Mark 16i8 -> 2i64 partial reduction case as invalid
Compare: https://github.com/llvm/llvm-project/compare/c13d4b330578%5E...700d0d6ae0a2
To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications
More information about the All-commits
mailing list