Files
clang-p2996/llvm/lib/Target/SystemZ/SystemZPostRewrite.cpp
Jonas Paulsson eb1a571114 [SystemZ] Replace SELRMux with COPY in case of identical operands. (#125108)
If both operands of a SELRMux use the same register which is killed, and
the SELRMux is expanded to a jump sequence, a broken MIR results if the
kill flag is not removed. 

This patch replaces the SELRMux with a COPY in these cases.
2025-01-31 13:58:01 +01:00

11 KiB