commit | abaa523e9ee3db49fabd2c58824d817ce1528293 | [log] [tgz] |
---|---|---|
author | Owen Anderson <resistor@mac.com> | Thu May 28 18:33:39 2015 +0000 |
committer | Owen Anderson <resistor@mac.com> | Thu May 28 18:33:39 2015 +0000 |
tree | 1f59c629f718c28c691905c39d47185fa8bf3310 | |
parent | adc06311babfb81a51c6cf0b98b38ca3df2889d0 [diff] [blame] |
Add support for the convergent flag at the MC and MachineInstr levels. llvm-svn: 238450
diff --git a/llvm/utils/TableGen/CodeGenInstruction.h b/llvm/utils/TableGen/CodeGenInstruction.h index bdbe546..90ccee3 100644 --- a/llvm/utils/TableGen/CodeGenInstruction.h +++ b/llvm/utils/TableGen/CodeGenInstruction.h
@@ -255,6 +255,7 @@ bool isRegSequence : 1; bool isExtractSubreg : 1; bool isInsertSubreg : 1; + bool isConvergent : 1; std::string DeprecatedReason; bool HasComplexDeprecationPredicate;