diff options
Diffstat (limited to 'llvm/lib/Target/Mips/MipsISelLowering.h')
| -rw-r--r-- | llvm/lib/Target/Mips/MipsISelLowering.h | 8 | 
1 files changed, 7 insertions, 1 deletions
diff --git a/llvm/lib/Target/Mips/MipsISelLowering.h b/llvm/lib/Target/Mips/MipsISelLowering.h index 85aa162fb41..57b5603ac2d 100644 --- a/llvm/lib/Target/Mips/MipsISelLowering.h +++ b/llvm/lib/Target/Mips/MipsISelLowering.h @@ -152,12 +152,18 @@ namespace llvm {        SETCC_DSP,        SELECT_CC_DSP, -      // Vector comparisons +      // Vector comparisons.        VALL_ZERO,        VANY_ZERO,        VALL_NONZERO,        VANY_NONZERO, +      // Special case of BUILD_VECTOR where all elements are the same. +      VSPLAT, +      // Special case of VSPLAT where the result is v2i64, the operand is +      // constant, and the operand fits in a signed 10-bits value. +      VSPLATD, +        // Load/Store Left/Right nodes.        LWL = ISD::FIRST_TARGET_MEMORY_OPCODE,        LWR,  | 

