AVX-512: Gather and Scatter patterns
[oota-llvm.git] / utils / TableGen / CodeGenInstruction.h
index bdbe546ec97efb4b4dbf91555936ac5adab24bb5..82b23f465f3700e8ab353932b9b9d759558ff721 100644 (file)
@@ -255,6 +255,7 @@ namespace llvm {
     bool isRegSequence : 1;
     bool isExtractSubreg : 1;
     bool isInsertSubreg : 1;
+    bool hasTwoExplicitDefs : 1;
 
     std::string DeprecatedReason;
     bool HasComplexDeprecationPredicate;