[PATCH] D60031: Split tailcallelim into tailcallmark and tailcallelim
Hideto Ueno via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Apr 17 21:49:26 PDT 2019
uenoku updated this revision to Diff 195672.
uenoku added a comment.
Make AA preserved.
Repository:
rL LLVM
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
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/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.195672.patch
Type: text/x-patch
Size: 25431 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20190418/2dc1a329/attachment.bin>
More information about the llvm-commits
mailing list