Files
clang-p2996/llvm/test/Transforms/LoopVectorize/AArch64
Florian Hahn dd94537b40 [LV] Update call widening decision when scalarzing calls.
collectInstsToScalarize may decide to scalarize a call. If so, we have
to update the widening decision for the call, otherwise the call won't
be scalarized as expected during VPlan construction.

This issue was uncovered by f82543d509.
2024-09-03 14:12:41 +01:00
..