llvm-project/llvm/test/Transforms/LoopVectorize/SystemZ
Sam Parker 2596da3174 [CostModel] getCFInstrCost in getUserCost.
Have BasicTTI call the base implementation so that both agree on the
default behaviour, which the default being a cost of '1'. This has
required an X86 specific implementation as it seems to be very
reliant on those instructions being free. Changes are also made to
AMDGPU so that their implementations distinguish between cost kinds,
so that the unrolling isn't affected. PowerPC also has its own
implementation to prevent changes to the reg-usage vectorizer test.

The cost model test changes now reflect that ret instructions are not
generally free.

Differential Revision: https://reviews.llvm.org/D79164
2020-06-15 09:28:46 +01:00
..
addressing.ll
branch-for-predicated-block.ll [CostModel] getCFInstrCost in getUserCost. 2020-06-15 09:28:46 +01:00
lit.local.cfg
load-scalarization-cost-0.ll
load-scalarization-cost-1.ll
load-store-scalarization-cost.ll
mem-interleaving-costs-02.ll
mem-interleaving-costs.ll
pr38110.ll
predicated-first-order-recurrence.ll Recommit #2: "[LV] Induction Variable does not remain scalar under tail-folding." 2020-05-13 13:50:09 +01:00