================
@@ -1131,6 +1131,7 @@ class TargetInfo : public TransferrableTargetInfo,
       CI_HasMatchingInput = 0x08,  // This output operand has a matching input.
       CI_ImmediateConstant = 0x10, // This operand must be an immediate 
constant
       CI_EarlyClobber = 0x20,      // "&" output constraint (early clobber).
+      CI_CCOutputOperand = 0x40,   // "=@cc" sets CC, Flag output operand.
----------------
uweigand wrote:

As the feature is now intended to support output operand bounds in general, the 
name should not refer to "CC" at all.   This should simply be something like 
`CC_OutputOperandBounds`.

https://github.com/llvm/llvm-project/pull/175470
_______________________________________________
cfe-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to