[PATCH] D146037: [RISCV] Fix regression due to interaction of MachineOutliner and MachineCopyPropagation
Wang Pengcheng via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Mar 15 21:08:57 PDT 2023
pcwang-thead added a comment.
Thanks for the fix!
I posted two patches that may be approach to fix this issue:
- D146191 <https://reviews.llvm.org/D146191>: [MachineOutliner][MCP][RISCV] Don't run MCP on outlined functions.
- D146192 <https://reviews.llvm.org/D146192>: [RISCV] Add an empty block after outlined MBB.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D146037/new/
https://reviews.llvm.org/D146037
More information about the llvm-commits
mailing list