[all-commits] [llvm/llvm-project] 31ae01: [LTO] Add optimization remarks for removed functions
Gábor Horváth via All-commits
all-commits at lists.llvm.org
Wed Jan 29 16:02:35 PST 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 31ae0165c3519cc27989b3e4bd71845593e08cfe
https://github.com/llvm/llvm-project/commit/31ae0165c3519cc27989b3e4bd71845593e08cfe
Author: Gabor Horvath <xazax at google.com>
Date: 2020-01-29 (Wed, 29 Jan 2020)
Changed paths:
M llvm/include/llvm/LTO/LTOBackend.h
M llvm/lib/IR/DiagnosticInfo.cpp
M llvm/lib/LTO/LTO.cpp
M llvm/lib/LTO/LTOBackend.cpp
M llvm/test/LTO/Resolution/X86/dead-strip-fulllto.ll
Log Message:
-----------
[LTO] Add optimization remarks for removed functions
This only works with regular LTO for now.
Differential Revision: https://reviews.llvm.org/D73597
More information about the All-commits
mailing list