[RISCV][test] Test case for regression when MachineOutliner and MachineCopyPropagatio...
authorAlex Bradbury <asb@igalia.com>
Tue, 14 Mar 2023 11:16:23 +0000 (11:16 +0000)
committerAlex Bradbury <asb@igalia.com>
Tue, 14 Mar 2023 11:18:21 +0000 (11:18 +0000)
commit0246c6148474f724c40c6328857bc4aa77c8b590
tree86f2e46ade67f1c9190f3f872b0c7e9ed6bce39a
parent0fa20ecafe0c3c7ffde413800eb4b1551b432273
[RISCV][test] Test case for regression when MachineOutliner and MachineCopyPropagation are both enabled

MachineCopyPropagation removes a register copy in the outlined function
as it doesn't see that it's live-out from the function.
llvm/test/CodeGen/RISCV/machine-outliner-and-machine-copy-propagation.ll [new file with mode: 0644]