OSDN Git Service

[PM] Add support for parsing function passes and function pass manager
authorChandler Carruth <chandlerc@gmail.com>
Sun, 12 Jan 2014 09:34:22 +0000 (09:34 +0000)
committerChandler Carruth <chandlerc@gmail.com>
Sun, 12 Jan 2014 09:34:22 +0000 (09:34 +0000)
commite7687650c9ff5e52f572d8e70752f7c808ca707e
treef54cfd4d339974434ba44a10116bc26d46d0932e
parent3d83eb48ac55f20e16997e210a59486f3717402a
[PM] Add support for parsing function passes and function pass manager
nests to the opt commandline support. This also showcases the
implicit-initial-manager support which will be most useful for testing.
There are several bugs that I spotted by inspection here that I'll fix
with test cases in subsequent commits.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@199038 91177308-0d34-0410-b5e6-96231b3b80d8
test/Other/pass-pipeline-parsing.ll
tools/opt/Passes.cpp