Files
clang-p2996/llvm/test/Transforms/LoopVectorize/select-cmp-predicated.ll
Florian Hahn e25ed058bc [LV] Use buildScalarSteps to also handle VF = 1. (NFCI)
The code in buildScalarSteps already properly handles creating the
scalar induction values with VF = 1. Use it directly instead of using
extra code to handle that case.

Suggested by @Ayal in D133760.
2022-10-20 14:30:01 +01:00

9.3 KiB