OSDN Git Service

Move GVNHoist to the right position in the new pass manager pipeline.
authorDavide Italiano <davide@freebsd.org>
Thu, 1 Jun 2017 23:08:14 +0000 (23:08 +0000)
committerDavide Italiano <davide@freebsd.org>
Thu, 1 Jun 2017 23:08:14 +0000 (23:08 +0000)
commit9cd1e1f867dc0241c5bc241e1e09bf6bb7a6c2e6
treefe929449e5a0d3fd455f6b3d0d1c431f4adc1bbd
parent850e50d6baa8d5e0bc4341740080ea434854a74e
Move GVNHoist to the right position in the new pass manager pipeline.

GVNHoist was moved as part of simplification passes for the current
pass manager (but not for the new), so they're out-of-sync.

Differential Revision:  https://reviews.llvm.org/D33806

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@304490 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Passes/PassBuilder.cpp