[AVX512] adding PROLQ and PROLD Intrinsics
[oota-llvm.git] / lib / Target / X86 / X86ISelLowering.h
index 6c156e0d2c315836abdd6abd92cfc4caf93eb126..8b1daf45ac0cb0df05bbd3e1cbc6fd0461a19666 100644 (file)
@@ -316,6 +316,10 @@ namespace llvm {
       // Vector shift elements by immediate
       VSHLI, VSRLI, VSRAI,
 
+      // Bit rotate by immediate
+
+      VROTLI,
+      
       // Vector packed double/float comparison.
       CMPP,