aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Target/CellSPU/SPUNodes.td
diff options
context:
space:
mode:
authorScott Michel <scottm@aero.org>2008-03-05 23:02:02 +0000
committerScott Michel <scottm@aero.org>2008-03-05 23:02:02 +0000
commitad2715e0d787feaecb66060ea638e373dee7f6fb (patch)
tree9b5b6a19405a2a8706e442a246d058ba01b446db /lib/Target/CellSPU/SPUNodes.td
parent53dec47f3b6ab0f4fdc533b422c6cf404d5d6771 (diff)
downloadexternal_llvm-ad2715e0d787feaecb66060ea638e373dee7f6fb.zip
external_llvm-ad2715e0d787feaecb66060ea638e373dee7f6fb.tar.gz
external_llvm-ad2715e0d787feaecb66060ea638e373dee7f6fb.tar.bz2
- Fix support for "special" i64 immediates that can be loaded
using IL, ILA, et. al. v2i64 and i64 are now supported by the select bits (SELB) instruction. - Add missing comparison operations (testcase forthcoming) - More multiclass refactoring. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@47973 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/Target/CellSPU/SPUNodes.td')
-rw-r--r--lib/Target/CellSPU/SPUNodes.td2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Target/CellSPU/SPUNodes.td b/lib/Target/CellSPU/SPUNodes.td
index c2db667..e390345 100644
--- a/lib/Target/CellSPU/SPUNodes.td
+++ b/lib/Target/CellSPU/SPUNodes.td
@@ -59,7 +59,7 @@ def SPUv4i32_binop: SDTypeProfile<1, 2, [
// FSMBI type constraints: There are several variations for the various
// vector types (this avoids having to bit_convert all over the place.)
def SPUfsmbi_type: SDTypeProfile<1, 1, [
- SDTCisVT<1, i32>]>;
+ /* SDTCisVT<1, i32> */ SDTCisInt<1>]>;
// SELB type constraints:
def SPUselb_type: SDTypeProfile<1, 3, [