summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Target/X86/X86ISelLowering.h
diff options
context:
space:
mode:
Diffstat (limited to 'llvm/lib/Target/X86/X86ISelLowering.h')
-rw-r--r--llvm/lib/Target/X86/X86ISelLowering.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/llvm/lib/Target/X86/X86ISelLowering.h b/llvm/lib/Target/X86/X86ISelLowering.h
index 62df8e1db0f..2b78dc0f5ac 100644
--- a/llvm/lib/Target/X86/X86ISelLowering.h
+++ b/llvm/lib/Target/X86/X86ISelLowering.h
@@ -325,6 +325,7 @@ namespace llvm {
// Vector packed double/float comparison.
CMPP,
+ STRICT_CMPP,
// Vector integer comparisons.
PCMPEQ, PCMPGT,
@@ -337,6 +338,7 @@ namespace llvm {
/// Vector comparison generating mask bits for fp and
/// integer signed and unsigned data types.
CMPM,
+ STRICT_CMPM,
// Vector comparison with SAE for FP values
CMPM_SAE,
@@ -504,6 +506,7 @@ namespace llvm {
// Vector float/double to signed/unsigned integer with truncation.
CVTTP2SI, CVTTP2UI, CVTTP2SI_SAE, CVTTP2UI_SAE,
+ STRICT_CVTTP2SI, STRICT_CVTTP2UI,
// Scalar float/double to signed/unsigned integer with truncation.
CVTTS2SI, CVTTS2UI, CVTTS2SI_SAE, CVTTS2UI_SAE,
OpenPOWER on IntegriCloud