Files
clang-p2996/llvm/lib/Transforms/Vectorize/VPlanRecipes.cpp
Florian Hahn 59a7185dd9 [VPlan] Truncate/Extend ComputeReductionResult at construction (NFC). (#141860)
Instead of looking up the narrower reduction type via getRecurrenceType
we can generate the needed extend directly at constructiond re-use the
truncated value from the loop.

PR: https://github.com/llvm/llvm-project/pull/141860
2025-06-30 22:39:17 +01:00

145 KiB