]> granicus.if.org Git - llvm/commit
Revert "Reland "r364412 [ExpandMemCmp][MergeICmps] Move passes out of CodeGen into...
authorDmitri Gribenko <gribozavr@gmail.com>
Tue, 10 Sep 2019 10:39:09 +0000 (10:39 +0000)
committerDmitri Gribenko <gribozavr@gmail.com>
Tue, 10 Sep 2019 10:39:09 +0000 (10:39 +0000)
commitbe9f44f943df228dbca68139efef55f2c7666563
tree33c3de290baf2e52b8fb8cf4ff3e90e36e4bbbb9
parent1b050aba658ed4b6147d8280cfd7c6e2846f4f3a
Revert "Reland "r364412 [ExpandMemCmp][MergeICmps] Move passes out of CodeGen into opt pipeline.""

This reverts commit r371502, it broke tests
(clang/test/CodeGenCXX/auto-var-init.cpp).

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@371507 91177308-0d34-0410-b5e6-96231b3b80d8
42 files changed:
include/llvm/CodeGen/Passes.h
include/llvm/Transforms/IPO/PassManagerBuilder.h
include/llvm/Transforms/Scalar.h
lib/CodeGen/CMakeLists.txt
lib/CodeGen/CodeGen.cpp
lib/CodeGen/ExpandMemCmp.cpp [moved from lib/Transforms/Scalar/ExpandMemCmp.cpp with 90% similarity]
lib/CodeGen/TargetPassConfig.cpp
lib/Transforms/IPO/PassManagerBuilder.cpp
lib/Transforms/Scalar/CMakeLists.txt
lib/Transforms/Scalar/MergeICmps.cpp
lib/Transforms/Scalar/Scalar.cpp
test/CodeGen/AArch64/O3-pipeline.ll
test/CodeGen/AArch64/bcmp-inline-small.ll [new file with mode: 0644]
test/CodeGen/ARM/O3-pipeline.ll
test/CodeGen/Generic/llc-start-stop.ll
test/CodeGen/PowerPC/memCmpUsedInZeroEqualityComparison.ll [new file with mode: 0644]
test/CodeGen/PowerPC/memcmp-mergeexpand.ll [new file with mode: 0644]
test/CodeGen/PowerPC/memcmp.ll [new file with mode: 0644]
test/CodeGen/PowerPC/memcmpIR.ll [new file with mode: 0644]
test/CodeGen/X86/O3-pipeline.ll
test/CodeGen/X86/memcmp-mergeexpand.ll [new file with mode: 0644]
test/CodeGen/X86/memcmp-optsize.ll [new file with mode: 0644]
test/CodeGen/X86/memcmp.ll [new file with mode: 0644]
test/Other/opt-O2-pipeline.ll
test/Other/opt-O3-pipeline.ll
test/Other/opt-Os-pipeline.ll
test/Transforms/ExpandMemCmp/AArch64/memcmp.ll [deleted file]
test/Transforms/ExpandMemCmp/PowerPC/lit.local.cfg [deleted file]
test/Transforms/ExpandMemCmp/PowerPC/memcmpIR.ll [deleted file]
test/Transforms/ExpandMemCmp/X86/memcmp.ll
test/Transforms/ExpandMemCmp/X86/pr36421.ll [deleted file]
test/Transforms/PhaseOrdering/PowerPC/lit.local.cfg [deleted file]
test/Transforms/PhaseOrdering/PowerPC/memCmpUsedInZeroEqualityComparison.ll [deleted file]
test/Transforms/PhaseOrdering/PowerPC/memcmp-mergeexpand.ll [deleted file]
test/Transforms/PhaseOrdering/PowerPC/memcmp.ll [deleted file]
test/Transforms/PhaseOrdering/X86/lit.local.cfg [deleted file]
test/Transforms/PhaseOrdering/X86/memcmp-mergeexpand.ll [deleted file]
test/Transforms/PhaseOrdering/X86/memcmp.ll [deleted file]
test/Transforms/PhaseOrdering/X86/pr36421.ll [deleted file]
tools/opt/opt.cpp
utils/gn/secondary/llvm/lib/CodeGen/BUILD.gn
utils/gn/secondary/llvm/lib/Transforms/Scalar/BUILD.gn