================
@@ -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
_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to