[all-commits] [llvm/llvm-project] 24a00e: Restore "[ThinLTO] Add additional ThinLTO pipeline...
Teresa Johnson via All-commits
all-commits at lists.llvm.org
Wed Jan 15 07:33:23 PST 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 24a00ef2404104e9ca6fbd7eb523a8a340be9d99
https://github.com/llvm/llvm-project/commit/24a00ef2404104e9ca6fbd7eb523a8a340be9d99
Author: Teresa Johnson <tejohnson at google.com>
Date: 2020-01-15 (Wed, 15 Jan 2020)
Changed paths:
A clang/test/CodeGen/thinlto-distributed-newpm.ll
A llvm/test/Other/Inputs/new-pm-thinlto-prelink-pgo-defaults.proftext
A llvm/test/Other/Inputs/new-pm-thinlto-samplepgo-defaults.prof
M llvm/test/Other/new-pm-pgo.ll
A llvm/test/Other/new-pm-thinlto-postlink-pgo-defaults.ll
A llvm/test/Other/new-pm-thinlto-postlink-samplepgo-defaults.ll
A llvm/test/Other/new-pm-thinlto-prelink-pgo-defaults.ll
A llvm/test/Other/new-pm-thinlto-prelink-samplepgo-defaults.ll
Log Message:
-----------
Restore "[ThinLTO] Add additional ThinLTO pipeline testing with new PM"
This restores 2af97be8027a0823b88d4b6a07fc5eedb440bc1f (reverted at
6288f86e870c7bb7fe47cc138320b9eb34c93941), with all the fixes I had
applied at the time, along with a new fix for non-determinism in the
ordering of a couple of passes due to being accessed as parameters on
the same call.
I've also added --dump-input=fail to the new tests so I can more
thoroughly fix any additional failures.
More information about the All-commits
mailing list