[PATCH] D146191: [MachineOutliner][MCP][RISCV] Don't run MCP on outlined functions

Wang Pengcheng via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Mar 30 05:08:32 PDT 2023


pcwang-thead updated this revision to Diff 509623.
pcwang-thead added a comment.

Remove MCP parts and add MIR test.

I didn't find a target-independent way to test this, so I add some CHECKs to existed RISCV test.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D146191/new/

https://reviews.llvm.org/D146191

Files:
  llvm/include/llvm/CodeGen/MIRYamlMapping.h
  llvm/include/llvm/CodeGen/MachineFunction.h
  llvm/lib/CodeGen/MIRParser/MIRParser.cpp
  llvm/lib/CodeGen/MIRPrinter.cpp
  llvm/lib/CodeGen/MachineOutliner.cpp
  llvm/test/CodeGen/RISCV/machineoutliner.mir
  llvm/tools/llvm-reduce/ReducerWorkItem.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D146191.509623.patch
Type: text/x-patch
Size: 5450 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20230330/2286a630/attachment.bin>


More information about the llvm-commits mailing list