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:
eb0b461
)
Expand all INSERT_VECTOR_ELT (obviously bad) for now.
author
Evan Cheng
<evan.cheng@apple.com>
Fri, 31 Mar 2006 01:30:39 +0000
(
01:30
+0000)
committer
Evan Cheng
<evan.cheng@apple.com>
Fri, 31 Mar 2006 01:30:39 +0000
(
01:30
+0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@27275
91177308
-0d34-0410-b5e6-
96231b3b80d8
lib/Target/X86/X86ISelLowering.cpp
patch
|
blob
|
history
diff --git
a/lib/Target/X86/X86ISelLowering.cpp
b/lib/Target/X86/X86ISelLowering.cpp
index cdf3168422f2dc72dc7535cc9f0016f6aef83aa1..8036066d0f450d26a17297e5692e986138d3245d 100644
(file)
--- a/
lib/Target/X86/X86ISelLowering.cpp
+++ b/
lib/Target/X86/X86ISelLowering.cpp
@@
-257,6
+257,7
@@
X86TargetLowering::X86TargetLowering(TargetMachine &TM)
setOperationAction(ISD::LOAD, (MVT::ValueType)VT, Expand);
setOperationAction(ISD::VECTOR_SHUFFLE, (MVT::ValueType)VT, Expand);
setOperationAction(ISD::EXTRACT_VECTOR_ELT, (MVT::ValueType)VT, Expand);
+ setOperationAction(ISD::INSERT_VECTOR_ELT, (MVT::ValueType)VT, Expand);
}
if (Subtarget->hasMMX()) {