projects
/
oota-llvm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
882d291
)
LD_Fp64m should have "isRematerializable" set.
author
Bill Wendling
<isanbard@gmail.com>
Mon, 17 Dec 2007 22:17:14 +0000
(22:17 +0000)
committer
Bill Wendling
<isanbard@gmail.com>
Mon, 17 Dec 2007 22:17:14 +0000
(22:17 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@45128
91177308
-0d34-0410-b5e6-
96231b3b80d8
lib/Target/X86/X86InstrFPStack.td
patch
|
blob
|
history
diff --git
a/lib/Target/X86/X86InstrFPStack.td
b/lib/Target/X86/X86InstrFPStack.td
index d2feb42c2053e5816a57092d4c50c058ec6e61c8..13b5d229d17d44fb0374cd5c2a9c1065d7e16f2c 100644
(file)
--- a/
lib/Target/X86/X86InstrFPStack.td
+++ b/
lib/Target/X86/X86InstrFPStack.td
@@
-349,7
+349,8
@@
def CMOVNP_F : FPI<0xD8, AddRegFrm, (outs RST:$op), (ins),
let isLoad = 1 in {
def LD_Fp32m : FpIf32<(outs RFP32:$dst), (ins f32mem:$src), ZeroArgFP,
[(set RFP32:$dst, (loadf32 addr:$src))]>;
-def LD_Fp64m : FpIf64<(outs RFP64:$dst), (ins f64mem:$src), ZeroArgFP,
+let isReMaterializable = 1 in
+ def LD_Fp64m : FpIf64<(outs RFP64:$dst), (ins f64mem:$src), ZeroArgFP,
[(set RFP64:$dst, (loadf64 addr:$src))]>;
def LD_Fp80m : FpI_<(outs RFP80:$dst), (ins f80mem:$src), ZeroArgFP,
[(set RFP80:$dst, (loadf80 addr:$src))]>;