llvm-project/llvm/test/Transforms/LoopStrengthReduce/AArch64
David Green bd07c2e266 [AArch64] Prefer fmov over orr v.16b when copying f32/f64
This changes the lowering of f32 and f64 COPY from a 128bit vector ORR to
a fmov of the appropriate type. At least on some CPU's with 64bit NEON
data paths this is expected to be faster, and shouldn't be slower on any
CPU that treats fmov as a register rename.

Differential Revision: https://reviews.llvm.org/D106365
2021-08-03 17:25:40 +01:00
..
lit.local.cfg
lsr-memcpy.ll
lsr-memset.ll
lsr-pre-inc-offset-check.ll [AArch64InstPrinter] Change printAddSubImm to comment imm value when shifted 2021-08-03 02:28:46 -07:00
lsr-reuse.ll
pr47329.ll
req-regs.ll
small-constant.ll [AArch64] Prefer fmov over orr v.16b when copying f32/f64 2021-08-03 17:25:40 +01:00
vscale-factor-out-constant.ll