[clang] [llvm] Add support for flag output operand "=@cc" for SystemZ. (PR #125970)
Ulrich Weigand via llvm-commits
llvm-commits at lists.llvm.org
Thu Aug 28 08:54:19 PDT 2025
================
@@ -9158,9 +9393,9 @@ SDValue SystemZTargetLowering::PerformDAGCombine(SDNode *N,
case ISD::SREM:
case ISD::UREM: return combineIntDIVREM(N, DCI);
case ISD::INTRINSIC_W_CHAIN:
- case ISD::INTRINSIC_VOID: return combineINTRINSIC(N, DCI);
+ case ISD::INTRINSIC_VOID:
+ return combineINTRINSIC(N, DCI);
----------------
uweigand wrote:
This still needs to go away.
https://github.com/llvm/llvm-project/pull/125970
More information about the llvm-commits
mailing list