llvm/test/CodeGen/Mips/llvm-ir
Simon Dardis 7c2e5df7c3 [mips] Optimize materialization of i64 constants
Avoid MipsAnalyzeImmediate usage if the constant fits in an 32-bit
integer. This allows us to generate the same instructions for the
materialization of the same constants regardless the width of their
type.

Patch by: Vasileios Kalintiris

Contributions by: Simon Dardis

Reviewers: Daniel Sanders

Differential Review: https://reviews.llvm.org/D21689



git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@276628 91177308-0d34-0410-b5e6-96231b3b80d8
2016-07-25 09:57:28 +00:00
..
add.ll [mips] Optimize materialization of i64 constants 2016-07-25 09:57:28 +00:00
addrspacecast.ll [mips] Reserve address spaces 1-255 for software use. 2015-09-08 09:07:03 +00:00
and.ll [mips] Optimize materialization of i64 constants 2016-07-25 09:57:28 +00:00
ashr.ll [mips] Correct label prefixes for N32 and N64. 2016-07-19 10:49:03 +00:00
atomicrmx.ll [mips] Define patterns for the atomic_{load,store}_{8,16,32,64} nodes. 2015-11-06 12:07:20 +00:00
call.ll [mips] Use --check-prefixes where appropriate. NFC. 2016-06-24 12:23:17 +00:00
extractelement.ll Fix vector splitting for extract_vector_elt and vector elements of <8-bits. 2015-09-09 09:53:20 +00:00
indirectbr.ll [mips] Correct label prefixes for N32 and N64. 2016-07-19 10:49:03 +00:00
lh_lhu.ll [mips] Don't derive the default ABI from the CPU in the backend. 2016-06-23 12:42:53 +00:00
load-atomic.ll [mips] Use --check-prefixes where appropriate. NFC. 2016-06-24 12:23:17 +00:00
lshr.ll [mips] Optimize materialization of i64 constants 2016-07-25 09:57:28 +00:00
mul.ll [mips] Use --check-prefixes where appropriate. NFC. 2016-06-24 12:23:17 +00:00
not.ll [mips] Use --check-prefixes where appropriate. NFC. 2016-06-24 12:23:17 +00:00
or.ll [mips] Use --check-prefixes where appropriate. NFC. 2016-06-24 12:23:17 +00:00
ret.ll [mips] Optimize materialization of i64 constants 2016-07-25 09:57:28 +00:00
sdiv.ll [mips] Use --check-prefixes where appropriate. NFC. 2016-06-24 12:23:17 +00:00
select-dbl.ll [mips] Correct label prefixes for N32 and N64. 2016-07-19 10:49:03 +00:00
select-flt.ll [mips] Correct label prefixes for N32 and N64. 2016-07-19 10:49:03 +00:00
select-int.ll [mips] Optimize materialization of i64 constants 2016-07-25 09:57:28 +00:00
shl.ll [mips] Optimize materialization of i64 constants 2016-07-25 09:57:28 +00:00
sqrt.ll [mips][microMIPS] Fix an issue with selecting sqrt instruction in LLVM backend 2015-10-06 15:17:25 +00:00
srem.ll [mips] Use --check-prefixes where appropriate. NFC. 2016-06-24 12:23:17 +00:00
store-atomic.ll [mips] Use --check-prefixes where appropriate. NFC. 2016-06-24 12:23:17 +00:00
sub.ll [mips] Use --check-prefixes where appropriate. NFC. 2016-06-24 12:23:17 +00:00
udiv.ll [mips] Use --check-prefixes where appropriate. NFC. 2016-06-24 12:23:17 +00:00
urem.ll [mips] Use --check-prefixes where appropriate. NFC. 2016-06-24 12:23:17 +00:00
xor.ll [mips] Use --check-prefixes where appropriate. NFC. 2016-06-24 12:23:17 +00:00