[llvm] [MachineVerifier] Allow KILL MI with dangling MMO in MachineVerifier. (PR #114407)
Jonas Paulsson via llvm-commits
llvm-commits at lists.llvm.org
Mon Nov 4 13:51:44 PST 2024
JonPsson1 wrote:
Updated per review.
> It should just delete the memory operands. There's no reason to accept this
ok - I thought it was ok to make things simple for the CodeGen passes and just let them switch to KILL opcode, but I see now that they actually take care to remove operands and MMOs.
https://github.com/llvm/llvm-project/pull/114407
More information about the llvm-commits
mailing list