[PATCH] D60031: Split tailcallelim into tailcallmark and tailcallelim
Hideto Ueno via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Apr 16 01:47:39 PDT 2019
uenoku updated this revision to Diff 195337.
uenoku added a comment.
Remove wrong file
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D60031/new/
https://reviews.llvm.org/D60031
Files:
include/llvm/InitializePasses.h
include/llvm/LinkAllPasses.h
include/llvm/Transforms/Scalar.h
include/llvm/Transforms/Scalar/TailCallMarking.h
lib/Passes/PassBuilder.cpp
lib/Passes/PassRegistry.def
lib/Transforms/IPO/PassManagerBuilder.cpp
lib/Transforms/Scalar/CMakeLists.txt
lib/Transforms/Scalar/Scalar.cpp
lib/Transforms/Scalar/TailCallMarking.cpp
lib/Transforms/Scalar/TailRecursionElimination.cpp
test/Other/new-pm-defaults.ll
test/Other/new-pm-lto-defaults.ll
test/Other/new-pm-thinlto-defaults.ll
test/Other/opt-O2-pipeline.ll
test/Other/opt-O3-pipeline.ll
test/Other/opt-Os-pipeline.ll
test/Transforms/Inline/byval-tail-call.ll
test/Transforms/TailCallElim/2010-06-26-MultipleReturnValues.ll
test/Transforms/TailCallElim/accum_recursion.ll
test/Transforms/TailCallElim/ackermann.ll
test/Transforms/TailCallElim/basic.ll
test/Transforms/TailCallElim/debugloc.ll
test/Transforms/TailCallElim/deopt-bundle.ll
test/Transforms/TailCallElim/dup_tail.ll
test/Transforms/TailCallElim/inf-recursion.ll
test/Transforms/TailCallElim/notail.ll
test/Transforms/TailCallElim/opt-remarks-recursion.ll
test/Transforms/TailCallElim/reorder_load.ll
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D60031.195337.patch
Type: text/x-patch
Size: 37025 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20190416/21949104/attachment.bin>
More information about the llvm-commits
mailing list