================
@@ -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 [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
