1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-22 18:54:02 +01:00
llvm-mirror/test/Transforms/ConstantHoisting/ARM
David Green 9d69539db4 [ARM] Set the immediate cost of GEP operands to 0
This prevents constant gep operands from being hoisted by the Constant
Hoisting pass, leaving them to CodegenPrepare which can usually do a
better job at splitting large offsets. This can, in general, improve
performance and decrease codesize, especially for v6m where many
constants have a high cost.

Differential Revision: https://reviews.llvm.org/D104877
2021-06-30 19:19:03 +01:00
..
bad-cases.ll
const-addr-no-neg-offset.ll
const-hoist-gep.ll
gep-struct-index.ll
insertvalue.ll
is-legal-addressing-imm.ll
lit.local.cfg
same-offset-multi-types.ll