[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 25 15:54:11 PDT 2021
nickdesaulniers marked 6 inline comments as done.
nickdesaulniers added a comment.
Ok, rather than a bunch of checks for `musttail`, I've centralized it to one place (ie. skipping libcall simplifications for `musttail`). I keep the manual checks, and add an assert to hopefull catch any new transforms that accidentally drop the `tail` and `notail` flags.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D107872/new/
https://reviews.llvm.org/D107872
More information about the llvm-commits
mailing list