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:
f941f6d
)
marked mem* as not supported
author
Andrew Lenharth
<andrewl@lenharth.org>
Wed, 2 Feb 2005 05:49:42 +0000
(
05:49
+0000)
committer
Andrew Lenharth
<andrewl@lenharth.org>
Wed, 2 Feb 2005 05:49:42 +0000
(
05:49
+0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@19992
91177308
-0d34-0410-b5e6-
96231b3b80d8
lib/Target/Alpha/AlphaISelPattern.cpp
patch
|
blob
|
history
diff --git
a/lib/Target/Alpha/AlphaISelPattern.cpp
b/lib/Target/Alpha/AlphaISelPattern.cpp
index 752be14c37655d38e6d3075c4a087d74cf86d7fa..b641d19ac3ae81d03619ab09069389b6b80851bc 100644
(file)
--- a/
lib/Target/Alpha/AlphaISelPattern.cpp
+++ b/
lib/Target/Alpha/AlphaISelPattern.cpp
@@
-61,6
+61,10
@@
namespace {
setOperationAction(ISD::SREM, MVT::f32, Expand);
setOperationAction(ISD::SREM, MVT::f64, Expand);
+ setOperationAction(ISD::MEMMOVE , MVT::Other, Expand);
+ setOperationAction(ISD::MEMSET , MVT::Other, Expand);
+ setOperationAction(ISD::MEMCPY , MVT::Other, Expand);
+
computeRegisterProperties();
addLegalFPImmediate(+0.0); //F31