llvm-project/llvm/test/Transforms/LoopUnroll/PowerPC
Nemanja Ivanovic a3ea9052d6 [PowerPC] Do not increase cost for getUserCost with MMA types
Commit 150681f increases
cost of producing MMA types (vector pair and quad).
However, it increases the cost for getUserCost() which is
used in unrolling. As a result, loops that contain these
types already (from the user code) cannot be unrolled
(even with the user's unroll pragma). This was an unintended
sideeffect. Reverting that portion of the commit to allow
unrolling such loops.

Differential revision: https://reviews.llvm.org/D115424
2021-12-21 13:36:08 -06:00
..
a2-high-cost-trip-count-computation.ll
a2-unrolling.ll
lit.local.cfg
p7-unrolling.ll
p8-unrolling-legalize-vectors-inseltpoison.ll
p8-unrolling-legalize-vectors.ll
p10-respect-unroll-pragma.ll [PowerPC] Do not increase cost for getUserCost with MMA types 2021-12-21 13:36:08 -06:00