Mark the SSE and MMX load instructions that
authorDan Gohman <gohman@apple.com>
Thu, 2 Aug 2007 14:27:55 +0000 (14:27 +0000)
committerDan Gohman <gohman@apple.com>
Thu, 2 Aug 2007 14:27:55 +0000 (14:27 +0000)
commit73a902b2281398c187b134e7a17e6b1e394166be
treeabb95af84fd9482c5fa26c59d2a057e7b24f412b
parent951626b437cbb6d2ddde56678e6dbf0ae72dc7be
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.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@40736 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Target/X86/X86InstrMMX.td
lib/Target/X86/X86InstrSSE.td
test/CodeGen/X86/constant-pool-remat-0.ll [new file with mode: 0644]