[PATCH] D73494: [MBFI] Move BranchFolding::MBFIWrapper to its own files. NFC.

Hiroshi Yamauchi via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Jan 27 10:19:02 PST 2020


yamauchi created this revision.
yamauchi added a reviewer: davidxl.
Herald added subscribers: hiraditya, mgorny.
Herald added a project: LLVM.

To avoid header file circular dependency issues in passing updated MBFI (in
MBFIWrapper) to the interface of profile guided size optimizations.

A prep step for (and split off of) D73381 <https://reviews.llvm.org/D73381>.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D73494

Files:
  llvm/include/llvm/CodeGen/MBFIWrapper.h
  llvm/lib/CodeGen/BranchFolding.cpp
  llvm/lib/CodeGen/BranchFolding.h
  llvm/lib/CodeGen/CMakeLists.txt
  llvm/lib/CodeGen/IfConversion.cpp
  llvm/lib/CodeGen/MBFIWrapper.cpp
  llvm/lib/CodeGen/MachineBlockPlacement.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D73494.240631.patch
Type: text/x-patch
Size: 9580 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20200127/30b820c1/attachment.bin>


More information about the llvm-commits mailing list