[llvm] [MachineSink] Clear kill flags of sunk addressing mode registers (PR #75072)

David Green via llvm-commits llvm-commits at lists.llvm.org
Mon Dec 11 13:47:22 PST 2023


================
@@ -530,6 +525,14 @@ bool MachineSinking::PerformSinkAndFold(MachineInstr &MI,
     } else {
----------------
davemgreen wrote:

Do we need to worry about the isCopy path above too?

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


More information about the llvm-commits mailing list