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:
33e85ca
)
Mark INSERT_VECTOR_ELT as expand
author
Chris Lattner
<sabre@nondot.org>
Fri, 31 Mar 2006 01:48:55 +0000
(
01:48
+0000)
committer
Chris Lattner
<sabre@nondot.org>
Fri, 31 Mar 2006 01:48:55 +0000
(
01:48
+0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@27276
91177308
-0d34-0410-b5e6-
96231b3b80d8
lib/Target/PowerPC/PPCISelLowering.cpp
patch
|
blob
|
history
diff --git
a/lib/Target/PowerPC/PPCISelLowering.cpp
b/lib/Target/PowerPC/PPCISelLowering.cpp
index 0c50c59580f5bc023b68e439b02257a602e00159..2aabd4b51439220490cfeea6a56e8551914801dd 100644
(file)
--- a/
lib/Target/PowerPC/PPCISelLowering.cpp
+++ b/
lib/Target/PowerPC/PPCISelLowering.cpp
@@
-178,6
+178,7
@@
PPCTargetLowering::PPCTargetLowering(TargetMachine &TM)
setOperationAction(ISD::MUL , (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);
setOperationAction(ISD::BUILD_VECTOR, (MVT::ValueType)VT, Expand);
}