[all-commits] [llvm/llvm-project] 6014c4: Restore "[WPD/LowerTypeTests] Delay lowering/remov...
Teresa Johnson via All-commits
all-commits at lists.llvm.org
Tue Jul 14 12:17:41 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 6014c46c80cafa3dd817497c59224adb9727fbb0
https://github.com/llvm/llvm-project/commit/6014c46c80cafa3dd817497c59224adb9727fbb0
Author: Teresa Johnson <tejohnson at google.com>
Date: 2020-07-14 (Tue, 14 Jul 2020)
Changed paths:
M llvm/include/llvm/IR/ModuleSummaryIndex.h
M llvm/include/llvm/IR/ModuleSummaryIndexYAML.h
M llvm/lib/AsmParser/LLParser.cpp
M llvm/lib/IR/AsmWriter.cpp
M llvm/lib/Passes/PassBuilder.cpp
M llvm/lib/Transforms/IPO/LowerTypeTests.cpp
M llvm/lib/Transforms/IPO/PassManagerBuilder.cpp
M llvm/lib/Transforms/IPO/WholeProgramDevirt.cpp
M llvm/test/Bitcode/summary_version.ll
M llvm/test/Other/new-pm-lto-defaults.ll
M llvm/test/Other/new-pm-thinlto-defaults.ll
M llvm/test/Other/new-pm-thinlto-postlink-pgo-defaults.ll
M llvm/test/Other/new-pm-thinlto-postlink-samplepgo-defaults.ll
A llvm/test/ThinLTO/X86/Inputs/cfi-unsat.ll
A llvm/test/ThinLTO/X86/cfi-unsat.ll
M llvm/test/ThinLTO/X86/nodevirt-nonpromoted-typeid.ll
A llvm/test/ThinLTO/X86/type_test_noindircall.ll
M llvm/test/Transforms/WholeProgramDevirt/branch-funnel.ll
M llvm/test/Transforms/WholeProgramDevirt/devirt-single-impl2.ll
M llvm/test/Transforms/WholeProgramDevirt/export-single-impl.ll
M llvm/test/Transforms/WholeProgramDevirt/export-uniform-ret-val.ll
M llvm/test/Transforms/WholeProgramDevirt/export-unique-ret-val.ll
M llvm/test/Transforms/WholeProgramDevirt/export-vcp.ll
M llvm/test/Transforms/WholeProgramDevirt/import-indir.ll
M llvm/test/Transforms/WholeProgramDevirt/uniform-retval.ll
Log Message:
-----------
Restore "[WPD/LowerTypeTests] Delay lowering/removal of type tests until after ICP"
This restores commit 80d0a137a5aba6998fadb764f1e11cb901aae233, and the
follow on fix in 873c0d0786dcf22f4af39f65df824917f70f2170, with a new
fix for test failures after a 2-stage clang bootstrap, and a more robust
fix for the Chromium build failure that an earlier version partially
fixed. See also discussion on D75201.
Reviewers: evgeny777
Subscribers: mehdi_amini, Prazek, hiraditya, steven_wu, dexonsmith, arphaman, davidxl, cfe-commits, llvm-commits
Tags: #clang, #llvm
Differential Revision: https://reviews.llvm.org/D73242
More information about the All-commits
mailing list