================
@@ -1188,6 +1192,7 @@ class TargetInfo : public TransferrableTargetInfo,
void setAllowsMemory() { Flags |= CI_AllowsMemory; }
void setAllowsRegister() { Flags |= CI_AllowsRegister; }
void setHasMatchingInput() { Flags |= CI_HasMatchingInput; }
+ void setFlagOutputOperand() { Flags |= CI_CCOutputOperand; }
----------------
uweigand wrote:
I don't think we should have a separate routine here. Rather, the
`setOutputOperandBounds` routine should set this flag.
https://github.com/llvm/llvm-project/pull/175470
_______________________________________________
cfe-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits