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:
e1bd822
)
Announce that we don't support mem ops yet.
author
Chris Lattner
<sabre@nondot.org>
Tue, 11 Jan 2005 05:57:36 +0000
(
05:57
+0000)
committer
Chris Lattner
<sabre@nondot.org>
Tue, 11 Jan 2005 05:57:36 +0000
(
05:57
+0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@19466
91177308
-0d34-0410-b5e6-
96231b3b80d8
lib/Target/X86/X86ISelPattern.cpp
patch
|
blob
|
history
diff --git
a/lib/Target/X86/X86ISelPattern.cpp
b/lib/Target/X86/X86ISelPattern.cpp
index bd0607721580f1216c9ea3a83c1488431d729161..fe56208f00941663fcd88313549eda96c2f9dade 100644
(file)
--- a/
lib/Target/X86/X86ISelPattern.cpp
+++ b/
lib/Target/X86/X86ISelPattern.cpp
@@
-49,7
+49,11
@@
namespace {
addRegisterClass(MVT::f32, X86::RFPRegisterClass);
computeRegisterProperties();
-
+
+ setOperationUnsupported(ISD::MEMSET, MVT::Other);
+ setOperationUnsupported(ISD::MEMCPY, MVT::Other);
+ setOperationUnsupported(ISD::MEMMOVE, MVT::Other);
+
setOperationUnsupported(ISD::MUL, MVT::i8);
setOperationUnsupported(ISD::SELECT, MVT::i1);
setOperationUnsupported(ISD::SELECT, MVT::i8);