summaryrefslogtreecommitdiffstats
path: root/llvm/tools/opt
diff options
context:
space:
mode:
authorClement Courbet <courbet@google.com>2019-09-10 09:18:00 +0000
committerClement Courbet <courbet@google.com>2019-09-10 09:18:00 +0000
commit612c260ec3fe15cd2b661dead1aa8fef34906cf4 (patch)
treebfdaa74eb0d7839c5b541e2818fad1bfd1a60d30 /llvm/tools/opt
parent1da4f47195c2e5e4faaaca265ae2f9d9149b85df (diff)
downloadbcm5719-llvm-612c260ec3fe15cd2b661dead1aa8fef34906cf4.tar.gz
bcm5719-llvm-612c260ec3fe15cd2b661dead1aa8fef34906cf4.zip
Reland "r364412 [ExpandMemCmp][MergeICmps] Move passes out of CodeGen into opt pipeline."
With a fix for sanitizer breakage (see explanation in D60318). llvm-svn: 371502
Diffstat (limited to 'llvm/tools/opt')
-rw-r--r--llvm/tools/opt/opt.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/llvm/tools/opt/opt.cpp b/llvm/tools/opt/opt.cpp
index 4143d340b41..ab6accba00a 100644
--- a/llvm/tools/opt/opt.cpp
+++ b/llvm/tools/opt/opt.cpp
@@ -514,7 +514,6 @@ int main(int argc, char **argv) {
initializeTarget(Registry);
// For codegen passes, only passes that do IR to IR transformation are
// supported.
- initializeExpandMemCmpPassPass(Registry);
initializeScalarizeMaskedMemIntrinPass(Registry);
initializeCodeGenPreparePass(Registry);
initializeAtomicExpandPass(Registry);
OpenPOWER on IntegriCloud