[PATCH] D60031: Split tailcallelim into tailcallmark and tailcallelim
Hideto Ueno via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Apr 2 22:37:48 PDT 2019
uenoku updated this revision to Diff 193434.
uenoku marked an inline comment as done.
uenoku added a comment.
Fix typo.
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
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/Transforms/Inline/byval-tail-call.ll
test/Transforms/TailCallElim/2010-06-26-MultipleReturnValues.ll
test/Transforms/TailCallElim/accum_recursion.ll
test/Transforms/TailCallElim/basic.ll
test/Transforms/TailCallElim/debugloc.ll
test/Transforms/TailCallElim/deopt-bundle.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.193434.patch
Type: text/x-patch
Size: 33235 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20190403/5f117e3d/attachment.bin>
More information about the llvm-commits
mailing list