[all-commits] [llvm/llvm-project] ff7e1d: [NPM] Support -fmerge-functions
aeubanks via All-commits
all-commits at lists.llvm.org
Thu Dec 10 11:50:04 PST 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: ff7e1da68f2a74797d0d3454f6cac62064f7d982
https://github.com/llvm/llvm-project/commit/ff7e1da68f2a74797d0d3454f6cac62064f7d982
Author: Arthur Eubanks <aeubanks at google.com>
Date: 2020-12-10 (Thu, 10 Dec 2020)
Changed paths:
M clang/lib/CodeGen/BackendUtil.cpp
M clang/test/CodeGenCXX/merge-functions.cpp
M llvm/include/llvm/Passes/PassBuilder.h
M llvm/lib/Passes/PassBuilder.cpp
Log Message:
-----------
[NPM] Support -fmerge-functions
I tried to put it in the same place in the pipeline as the legacy PM.
Fixes PR48399.
Reviewed By: asbirlea, nikic
Differential Revision: https://reviews.llvm.org/D93002
More information about the All-commits
mailing list