================
@@ -1168,6 +1169,9 @@ class TargetInfo : public TransferrableTargetInfo,
     /// If this returns true then getTiedOperand will indicate which output
     /// operand this is tied to.
     bool hasTiedOperand() const { return TiedOperand != -1; }
+    bool hasFlagOutputOperand() const {
+      return (Flags & CI_CCOutputOperand) != 0;
+    }
----------------
uweigand wrote:

This check should be done within `getOutputOperandBounds`.

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