Restore "[ThinLTO] Add additional ThinLTO pipeline testing with new PM"
authorTeresa Johnson <tejohnson@google.com>
Mon, 13 Jan 2020 19:09:13 +0000 (11:09 -0800)
committerTeresa Johnson <tejohnson@google.com>
Wed, 15 Jan 2020 15:33:08 +0000 (07:33 -0800)
commit24a00ef2404104e9ca6fbd7eb523a8a340be9d99
tree49c9e28897cc0eb62cbff0061458d8b598656cae
parent60adfb83cda883d9fc1079c89d2feaa681a41b90
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.
clang/test/CodeGen/thinlto-distributed-newpm.ll [new file with mode: 0644]
llvm/test/Other/Inputs/new-pm-thinlto-prelink-pgo-defaults.proftext [new file with mode: 0644]
llvm/test/Other/Inputs/new-pm-thinlto-samplepgo-defaults.prof [new file with mode: 0644]
llvm/test/Other/new-pm-pgo.ll
llvm/test/Other/new-pm-thinlto-postlink-pgo-defaults.ll [new file with mode: 0644]
llvm/test/Other/new-pm-thinlto-postlink-samplepgo-defaults.ll [new file with mode: 0644]
llvm/test/Other/new-pm-thinlto-prelink-pgo-defaults.ll [new file with mode: 0644]
llvm/test/Other/new-pm-thinlto-prelink-samplepgo-defaults.ll [new file with mode: 0644]