]> granicus.if.org Git - llvm/commit
re-land [ExpandMemCmp] Split ExpandMemCmp from CodeGen into its own pass."
authorClement Courbet <courbet@google.com>
Fri, 3 Nov 2017 12:12:27 +0000 (12:12 +0000)
committerClement Courbet <courbet@google.com>
Fri, 3 Nov 2017 12:12:27 +0000 (12:12 +0000)
commit3d456013b6bbf241696e8bf1570502412e62a63c
treef7a48607a243709fad15386e156002a98158507d
parenteb7c044ce99bf0576ab8017c0b63eb0f2d7e6c5b
re-land [ExpandMemCmp] Split ExpandMemCmp from CodeGen into its own pass."

Fix undefined references: ExpandMemCmp belongs to CodeGen/, not Scalar/.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@317318 91177308-0d34-0410-b5e6-96231b3b80d8
15 files changed:
include/llvm/CodeGen/Passes.h
include/llvm/InitializePasses.h
include/llvm/LinkAllPasses.h
include/llvm/Transforms/Scalar.h
lib/CodeGen/CMakeLists.txt
lib/CodeGen/CodeGen.cpp
lib/CodeGen/CodeGenPrepare.cpp
lib/CodeGen/ExpandMemCmp.cpp [new file with mode: 0644]
lib/CodeGen/TargetPassConfig.cpp
test/CodeGen/Generic/llc-start-stop.ll
test/CodeGen/X86/memcmp-optsize.ll
test/CodeGen/X86/memcmp.ll
test/Transforms/ExpandMemCmp/X86/lit.local.cfg [new file with mode: 0644]
test/Transforms/ExpandMemCmp/X86/memcmp.ll [moved from test/Transforms/CodeGenPrepare/X86/memcmp.ll with 56% similarity]
tools/opt/opt.cpp