[PATCH] D107872: [SimplifyLibCalls] propagate tail/musttail/notail flags on CallInsts
Nick Desaulniers via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Oct 4 16:04:18 PDT 2021
nickdesaulniers updated this revision to Diff 377048.
nickdesaulniers retitled this revision from "[SimplifyLibCalls] propagate tail flag on FORITIFY calls" to "[SimplifyLibCalls] propagate tail/musttail/notail flags on CallInsts".
nickdesaulniers added a comment.
- rebase, rewrite approach w/helper, add flag propagation everywhere
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D107872/new/
https://reviews.llvm.org/D107872
Files:
llvm/lib/Transforms/Utils/SimplifyLibCalls.cpp
llvm/test/CodeGen/X86/memset-nonzero.ll
llvm/test/Transforms/InstCombine/cabs-array.ll
llvm/test/Transforms/InstCombine/cabs-discrete.ll
llvm/test/Transforms/InstCombine/fortify-folding.ll
llvm/test/Transforms/InstCombine/memcpy_chk-1.ll
llvm/test/Transforms/InstCombine/memmove_chk-1.ll
llvm/test/Transforms/InstCombine/memset_chk-1.ll
llvm/test/Transforms/InstCombine/objsize.ll
llvm/test/Transforms/InstCombine/pow-exp.ll
llvm/test/Transforms/InstCombine/pow_fp_int.ll
llvm/test/Transforms/InstCombine/pow_fp_int16.ll
llvm/test/Transforms/InstCombine/stpcpy_chk-1.ll
llvm/test/Transforms/InstCombine/strcpy_chk-1.ll
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D107872.377048.patch
Type: text/x-patch
Size: 85638 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20211004/2bc4d27e/attachment.bin>
More information about the llvm-commits
mailing list