Files
clang-p2996/llvm/lib/CodeGen/TwoAddressInstructionPass.cpp
Jay Foad effb7ab6c2 [TwoAddressInstruction] Improve tests for register killed by instruction
Define and use a MachineOperand overload of isPlainlyKilled. This
improves codegen in a couple of tests because it catches the case where
MO does not kill Reg but another operand of the same instruction does.

Differential Revision: https://reviews.llvm.org/D147167
2023-03-30 19:20:03 +01:00

70 KiB