[llvm-commits] CVS: llvm/lib/Target/TargetSelectionDAG.td

Evan Cheng evan.cheng at apple.com
Mon Mar 20 16:33:47 PST 2006



Changes in directory llvm/lib/Target:

TargetSelectionDAG.td updated: 1.54 -> 1.55
---
Log message:

x86 ISD::SCALAR_TO_VECTOR support.


---
Diffs of the changes:  (+2 -0)

 TargetSelectionDAG.td |    2 ++
 1 files changed, 2 insertions(+)


Index: llvm/lib/Target/TargetSelectionDAG.td
diff -u llvm/lib/Target/TargetSelectionDAG.td:1.54 llvm/lib/Target/TargetSelectionDAG.td:1.55
--- llvm/lib/Target/TargetSelectionDAG.td:1.54	Mon Mar 20 00:18:01 2006
+++ llvm/lib/Target/TargetSelectionDAG.td	Mon Mar 20 18:33:35 2006
@@ -308,6 +308,8 @@
 
 def vector_shuffle : SDNode<"ISD::VECTOR_SHUFFLE", SDTVecShuffle, []>;
 def build_vector : SDNode<"ISD::BUILD_VECTOR", SDTypeProfile<1, 0, []>, []>;
+def scalar_to_vector : SDNode<"ISD::SCALAR_TO_VECTOR", SDTypeProfile<1, 1, []>,
+                              []>;
 
 //===----------------------------------------------------------------------===//
 // Selection DAG Condition Codes






More information about the llvm-commits mailing list