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:
04de315
)
VCVTSS2SD requires a strict alignment. Thanks Elena.
author
Nadav Rotem
<nrotem@apple.com>
Tue, 25 Dec 2012 03:29:18 +0000
(
03:29
+0000)
committer
Nadav Rotem
<nrotem@apple.com>
Tue, 25 Dec 2012 03:29:18 +0000
(
03:29
+0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@171049
91177308
-0d34-0410-b5e6-
96231b3b80d8
lib/Target/X86/X86InstrInfo.cpp
patch
|
blob
|
history
diff --git
a/lib/Target/X86/X86InstrInfo.cpp
b/lib/Target/X86/X86InstrInfo.cpp
index 876a63f87b0153eb9c956c99c1aa65571ca987e2..5192a1c1ddb380dc93855738c25510ed862ad9b4 100644
(file)
--- a/
lib/Target/X86/X86InstrInfo.cpp
+++ b/
lib/Target/X86/X86InstrInfo.cpp
@@
-852,8
+852,8
@@
X86InstrInfo::X86InstrInfo(X86TargetMachine &tm)
{ X86::Int_VCVTSI2SS64rr, X86::Int_VCVTSI2SS64rm, 0 },
{ X86::VCVTSI2SSrr, X86::VCVTSI2SSrm, 0 },
{ X86::Int_VCVTSI2SSrr, X86::Int_VCVTSI2SSrm, 0 },
- { X86::VCVTSS2SDrr, X86::VCVTSS2SDrm,
0
},
- { X86::Int_VCVTSS2SDrr, X86::Int_VCVTSS2SDrm,
0
},
+ { X86::VCVTSS2SDrr, X86::VCVTSS2SDrm,
TB_ALIGN_16
},
+ { X86::Int_VCVTSS2SDrr, X86::Int_VCVTSS2SDrm,
TB_ALIGN_16
},
{ X86::VCVTTPD2DQrr, X86::VCVTTPD2DQXrm, 0 },
{ X86::VCVTTPS2DQrr, X86::VCVTTPS2DQrm, 0 },
{ X86::VRSQRTSSr, X86::VRSQRTSSm, 0 },