[all-commits] [llvm/llvm-project] 2c03c8: [MBFI] Move BranchFolding::MBFIWrapper to its own ...
hjyamauchi via All-commits
all-commits at lists.llvm.org
Tue Jan 28 10:59:02 PST 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 2c03c899d505e264b26ca20237ea455d85e51bed
https://github.com/llvm/llvm-project/commit/2c03c899d505e264b26ca20237ea455d85e51bed
Author: Hiroshi Yamauchi <yamauchi at google.com>
Date: 2020-01-28 (Tue, 28 Jan 2020)
Changed paths:
A llvm/include/llvm/CodeGen/MBFIWrapper.h
M llvm/lib/CodeGen/BranchFolding.cpp
M llvm/lib/CodeGen/BranchFolding.h
M llvm/lib/CodeGen/CMakeLists.txt
M llvm/lib/CodeGen/IfConversion.cpp
A llvm/lib/CodeGen/MBFIWrapper.cpp
M llvm/lib/CodeGen/MachineBlockPlacement.cpp
Log Message:
-----------
[MBFI] Move BranchFolding::MBFIWrapper to its own files. NFC.
Summary:
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.
Reviewers: davidxl
Subscribers: mgorny, hiraditya, llvm-commits
Tags: #llvm
Differential Revision: https://reviews.llvm.org/D73494
More information about the All-commits
mailing list