AVX-512: Gather and Scatter patterns
[oota-llvm.git] / utils / TableGen / CodeGenInstruction.cpp
index 10602964e485003c7698131722a3c861bfdea999..b1e4318363426a22883abf03343a2c1117b3abf4 100644 (file)
@@ -320,6 +320,7 @@ CodeGenInstruction::CodeGenInstruction(Record *R)
   isRegSequence = R->getValueAsBit("isRegSequence");
   isExtractSubreg = R->getValueAsBit("isExtractSubreg");
   isInsertSubreg = R->getValueAsBit("isInsertSubreg");
+  hasTwoExplicitDefs = R->getValueAsBit("hasTwoExplicitDefs");
 
   bool Unset;
   mayLoad      = R->getValueAsBitOrUnset("mayLoad", Unset);