diff options
author | Akira Hatanaka <ahatanaka@mips.com> | 2013-04-30 22:37:26 +0000 |
---|---|---|
committer | Akira Hatanaka <ahatanaka@mips.com> | 2013-04-30 22:37:26 +0000 |
commit | cd6c57917db22a3913a2cdbadfa79fed3547bdec (patch) | |
tree | 3950548bc9bb33b74cf36a92dd0c1dffff7a88c1 /lib/Target/Mips/MipsISelLowering.h | |
parent | 86a87d9ba1faf153e0e6eaddfd3e95595c83bcb1 (diff) |
[mips] Instruction selection patterns for DSP-ASE vector select and compare
instructions.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@180820 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/Target/Mips/MipsISelLowering.h')
-rw-r--r-- | lib/Target/Mips/MipsISelLowering.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/lib/Target/Mips/MipsISelLowering.h b/lib/Target/Mips/MipsISelLowering.h index c1574fac57..5587e8f581 100644 --- a/lib/Target/Mips/MipsISelLowering.h +++ b/lib/Target/Mips/MipsISelLowering.h @@ -148,6 +148,10 @@ namespace llvm { SHRA_DSP, SHRL_DSP, + // DSP setcc and select_cc nodes. + SETCC_DSP, + SELECT_CC_DSP, + // Load/Store Left/Right nodes. LWL = ISD::FIRST_TARGET_MEMORY_OPCODE, LWR, |