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

Ulrich Weigand via cfe-commits cfe-commits at lists.llvm.org
Mon Aug 11 01:46:37 PDT 2025


================
@@ -803,7 +805,10 @@ SystemZTargetLowering::SystemZTargetLowering(const TargetMachine &TM,
                        ISD::SREM,
                        ISD::UREM,
                        ISD::INTRINSIC_VOID,
-                       ISD::INTRINSIC_W_CHAIN});
+                       ISD::INTRINSIC_W_CHAIN,
+                       ISD::AND,
+                       ISD::OR,
+                       ISD::XOR});
----------------
uweigand wrote:

No longer necessary.

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


More information about the cfe-commits mailing list