[PATCH] D146191: [MachineOutliner][MCP][RISCV] Don't run MCP on outlined functions
Craig Topper via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Mar 16 19:25:02 PDT 2023
craig.topper added inline comments.
================
Comment at: llvm/include/llvm/CodeGen/MachineFunction.h:377
bool HasEHFunclets = false;
+ bool IsOutlined = false;
----------------
If we add this property, it needs to be connected to MIR parsing and printing.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D146191/new/
https://reviews.llvm.org/D146191
More information about the llvm-commits
mailing list