[PATCH] D122213: [RISCV] Enable MachineOutliner by default under -Oz for RISCV
Wang Pengcheng via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Mar 28 22:31:41 PDT 2022
pcwang-thead added a comment.
In D122213#3411452 <https://reviews.llvm.org/D122213#3411452>, @luismarques wrote:
> It's probably a good idea to separate the fixes from the change to the default enable.
I have separated this patch into three patches:
- Enable default outlining: D122213 <https://reviews.llvm.org/D122213>
- Fix CFIs: D122634 <https://reviews.llvm.org/D122634>
- Filter out more unsafe things: D122635 <https://reviews.llvm.org/D122635>
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D122213/new/
https://reviews.llvm.org/D122213
More information about the llvm-commits
mailing list