Files
clang-p2996/llvm/test/Transforms/SLPVectorizer/AArch64
Sushant Gokhale 7e85cb8a8a [AArch64][NFC] Add test as a representative of scalarizing a vector i… (#114107)
…nteger division

The last resort to vectorize a bundle of integer divisions is considered
scalarizing it. Currently, the cost estimates for scalarizing a vector
division can be considerably overestimated as is the scenario with this
motivating test case i.e. vector cost should not deviate much from the
scalar cost.

Future patch will try to improve the scalarization cost.
2024-11-19 13:52:56 +05:30
..