[all-commits] [llvm/llvm-project] 2ab5c4: [VPlan] Don't replace scalarizing recipe with VPWi...
Florian Hahn via All-commits
all-commits at lists.llvm.org
Thu Jan 4 12:40:29 PST 2024
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 2ab5c47c8752b444885d6bfaf6f570a482fb4cdf
https://github.com/llvm/llvm-project/commit/2ab5c47c8752b444885d6bfaf6f570a482fb4cdf
Author: Florian Hahn <flo at fhahn.com>
Date: 2024-01-04 (Thu, 04 Jan 2024)
Changed paths:
M llvm/lib/Transforms/Vectorize/VPlanTransforms.cpp
M llvm/test/Transforms/LoopVectorize/interleave-and-scalarize-only.ll
Log Message:
-----------
[VPlan] Don't replace scalarizing recipe with VPWidenCastRecipe.
Don't replace a scalarizing recipe with a VPWidenCastRecipe. This would
introduce wide (vectorizing) recipes when interleaving only.
Fixes https://github.com/llvm/llvm-project/issues/76986
More information about the All-commits
mailing list