[clang] [llvm] Add support for flag output operand "=@cc" for SystemZ. (PR #125970)

Ulrich Weigand via llvm-commits llvm-commits at lists.llvm.org
Fri Mar 14 08:59:55 PDT 2025


================
@@ -1188,6 +1190,14 @@ class TargetInfo : public TransferrableTargetInfo,
       TiedOperand = N;
       // Don't copy Name or constraint string.
     }
+
+    // CC range can be set by target. SystemZ sets it to 4. It is 2 by default.
----------------
uweigand wrote:

Comment is wrong now (2 is no longer default).  Also, it's probably not necessary to specifically call out SystemZ here.

https://github.com/llvm/llvm-project/pull/125970


More information about the llvm-commits mailing list