llvm-project/llvm/test/Transforms/LoopVectorize/SystemZ
Philip Reames e6ad9ef4e7 [instcombine] Canonicalize constant index type to i64 for extractelement/insertelement
The basic idea to this is that a) having a single canonical type makes CSE easier, and b) many of our transforms are inconsistent about which types we end up with based on visit order.

I'm restricting this to constants as for non-constants, we'd have to decide whether the simplicity was worth extra instructions. For constants, there are no extra instructions.

We chose the canonical type as i64 arbitrarily.  We might consider changing this to something else in the future if we have cause.

Differential Revision: https://reviews.llvm.org/D115387
2021-12-13 16:56:22 -08:00
..
addressing.ll [instcombine] Canonicalize constant index type to i64 for extractelement/insertelement 2021-12-13 16:56:22 -08:00
branch-for-predicated-block.ll
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
zero_unroll.ll Revert "[LoopVectorize] Extract the last lane from a uniform store" 2021-11-10 11:21:19 +00:00