aboutsummaryrefslogtreecommitdiff
path: root/llvm/lib/CodeGen/CodeGen.cpp
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/lib/CodeGen/CodeGen.cpp
parent1da4f47195c2e5e4faaaca265ae2f9d9149b85df (diff)
downloadllvm-612c260ec3fe15cd2b661dead1aa8fef34906cf4.zip
llvm-612c260ec3fe15cd2b661dead1aa8fef34906cf4.tar.gz
llvm-612c260ec3fe15cd2b661dead1aa8fef34906cf4.tar.bz2
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/lib/CodeGen/CodeGen.cpp')
-rw-r--r--llvm/lib/CodeGen/CodeGen.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/llvm/lib/CodeGen/CodeGen.cpp b/llvm/lib/CodeGen/CodeGen.cpp
index d369160..095f86e 100644
--- a/llvm/lib/CodeGen/CodeGen.cpp
+++ b/llvm/lib/CodeGen/CodeGen.cpp
@@ -31,7 +31,6 @@ void llvm::initializeCodeGen(PassRegistry &Registry) {
initializeEarlyIfPredicatorPass(Registry);
initializeEarlyMachineLICMPass(Registry);
initializeEarlyTailDuplicatePass(Registry);
- initializeExpandMemCmpPassPass(Registry);
initializeExpandPostRAPass(Registry);
initializeFEntryInserterPass(Registry);
initializeFinalizeISelPass(Registry);