[all-commits] [llvm/llvm-project] 0246c6: [RISCV][test] Test case for regression when Machin...

Alex Bradbury via All-commits all-commits at lists.llvm.org
Tue Mar 14 04:19:52 PDT 2023


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 0246c6148474f724c40c6328857bc4aa77c8b590
      https://github.com/llvm/llvm-project/commit/0246c6148474f724c40c6328857bc4aa77c8b590
  Author: Alex Bradbury <asb at igalia.com>
  Date:   2023-03-14 (Tue, 14 Mar 2023)

  Changed paths:
    A llvm/test/CodeGen/RISCV/machine-outliner-and-machine-copy-propagation.ll

  Log Message:
  -----------
  [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.




More information about the All-commits mailing list