diff options
author | Nikita Popov <nikita.ppv@gmail.com> | 2020-05-19 22:37:37 +0200 |
---|---|---|
committer | Nikita Popov <nikita.ppv@gmail.com> | 2020-05-23 10:35:03 +0200 |
commit | 0c6bba71e3926edf19251425fa6435250f148ece (patch) | |
tree | f2ab5203912578957e0175439b872600955ee61d /llvm/lib/Transforms/Utils/Utils.cpp | |
parent | 7392820f989048000562b8fa7dade023dddacb37 (diff) | |
download | llvm-0c6bba71e3926edf19251425fa6435250f148ece.zip llvm-0c6bba71e3926edf19251425fa6435250f148ece.tar.gz llvm-0c6bba71e3926edf19251425fa6435250f148ece.tar.bz2 |
[TargetPassConfig] Don't add alias analysis at optnone
When performing codegen at optnone, don't add alias analysis to
the pipeline. We don't need it, but it causes an unnecessary
dominator tree calculation.
I've also moved the module verifier call to the top so that a bunch
of disabled-at-optnone passes group more nicely.
Differential Revision: https://reviews.llvm.org/D80378
Diffstat (limited to 'llvm/lib/Transforms/Utils/Utils.cpp')
0 files changed, 0 insertions, 0 deletions