[all-commits] [llvm/llvm-project] 87f146: Place the "cold" code piece into the same section ...
Bill Wendling via All-commits
all-commits at lists.llvm.org
Mon Dec 2 15:25:36 PST 2019
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 87f146767ed709f6e354fe46f325c5b6848ad428
https://github.com/llvm/llvm-project/commit/87f146767ed709f6e354fe46f325c5b6848ad428
Author: Bill Wendling <isanbard at gmail.com>
Date: 2019-12-02 (Mon, 02 Dec 2019)
Changed paths:
M llvm/lib/Transforms/IPO/HotColdSplitting.cpp
A llvm/test/Transforms/HotColdSplit/retain-section.ll
Log Message:
-----------
Place the "cold" code piece into the same section as the original function
Summary:
This cropped up in the Linux kernel where cold code was placed in an
incompatible section.
Reviewers: compnerd, vsk, tejohnson
Reviewed By: vsk
Subscribers: hiraditya, llvm-commits
Tags: #llvm
Differential Revision: https://reviews.llvm.org/D70925
More information about the All-commits
mailing list