OSDN Git Service

Refactor the PassManagerBuilder: extract a "addFunctionSimplificationPasses()" (NFC)
authorMehdi Amini <mehdi.amini@apple.com>
Tue, 16 Feb 2016 22:54:27 +0000 (22:54 +0000)
committerMehdi Amini <mehdi.amini@apple.com>
Tue, 16 Feb 2016 22:54:27 +0000 (22:54 +0000)
commite30029223358442231c51adb5de107fa7c02dd89
tree88b197018895e263359b1560ebef4140993c0ce8
parent6782c499e7505119fac7979f0525f120235c220d
Refactor the PassManagerBuilder: extract a "addFunctionSimplificationPasses()" (NFC)

It is intended to contains the passes run over a function after the
inliner is done with a function and before it moves to its callers.

From: Mehdi Amini <mehdi.amini@apple.com>

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@261028 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/Transforms/IPO/PassManagerBuilder.h
lib/Transforms/IPO/PassManagerBuilder.cpp