AVX-512: Added all forms of COMPRESS instruction
[oota-llvm.git] / lib / Target / X86 / X86ISelLowering.h
index 7c6ffa2afa2248fa7f3cd3f8ff35e1e6064ca4fa..b793171e2c5e6bb26ea04adcf4f815293ceb4245 100644 (file)
@@ -379,6 +379,10 @@ namespace llvm {
       FMADDSUB,
       FMSUBADD,
 
+      // Compress and expand
+      COMPRESS,
+      EXPAND,
+
       // Save xmm argument registers to the stack, according to %al. An operator
       // is needed so that this can be expanded with control flow.
       VASTART_SAVE_XMM_REGS,