1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-28 14:32:51 +01:00
llvm-mirror/test/CodeGen
Dan Gohman a599a813d5 Mark the SSE and MMX load instructions that
X86InstrInfo::isReallyTriviallyReMaterializable knows how to handle
with the isReMaterializable flag so that it is given a chance to handle
them. Without hoisting constant-pool loads from loops this isn't very
visible, though it does keep CodeGen/X86/constant-pool-remat-0.ll from
making a copy of the constant pool on the stack.

llvm-svn: 40736
2007-08-02 14:27:55 +00:00
..
Alpha Fix a bug in getCopyFromParts turned up in the testcase for PR1132. 2007-07-30 19:09:17 +00:00
ARM Expand unaligned loads/stores when the target doesn't support them. (PR1548) 2007-08-01 19:34:21 +00:00
CBackend The Ada f-e produces various auxiliary output files 2007-07-23 15:23:35 +00:00
Generic Change the x86 assembly output to use tab characters to separate the 2007-07-31 20:11:57 +00:00
IA64 Convert .cvsignore files 2007-06-29 16:35:07 +00:00
PowerPC new testcase 2007-07-31 16:18:25 +00:00
SPARC Added test case from PR1540. 2007-07-13 23:57:33 +00:00
X86 Mark the SSE and MMX load instructions that 2007-08-02 14:27:55 +00:00