diff options
author | Kang Zhang <shkzhang@cn.ibm.com> | 2019-04-12 06:35:15 +0000 |
---|---|---|
committer | Kang Zhang <shkzhang@cn.ibm.com> | 2019-04-12 06:35:15 +0000 |
commit | 6f8f98ce8de7c0e4ebd7fa2e1fd9507fe8d1c317 (patch) | |
tree | a697fa56c3a8b63b869f69513c52514541b222f7 /lldb/packages/Python/lldbsuite/test/python_api/target/main.c | |
parent | 8bbc3039be69d3147d6e1eeb156ff1a31927cc3b (diff) | |
download | bcm5719-llvm-6f8f98ce8de7c0e4ebd7fa2e1fd9507fe8d1c317.tar.gz bcm5719-llvm-6f8f98ce8de7c0e4ebd7fa2e1fd9507fe8d1c317.zip |
[PowerPC] Add initialization for some ppc passes
Summary:
Some llc debug options need pass-name as the parameters.
But if we use the pass-name ppc-early-ret, we will get below error:
llc test.ll -stop-after ppc-early-ret
LLVM ERROR: "ppc-early-ret" pass is not registered.
Below pass-names have the pass is not registered error:
ppc-ctr-loops
ppc-ctr-loops-verify
ppc-loop-preinc-prep
ppc-toc-reg-deps
ppc-vsx-copy
ppc-early-ret
ppc-vsx-fma-mutate
ppc-vsx-swaps
ppc-reduce-cr-ops
ppc-qpx-load-splat
ppc-branch-coalescing
ppc-branch-select
Reviewed By: jsji
Differential Revision: https://reviews.llvm.org/D60248
llvm-svn: 358256
Diffstat (limited to 'lldb/packages/Python/lldbsuite/test/python_api/target/main.c')
0 files changed, 0 insertions, 0 deletions