[PATCH] D89249: [SimplifyLibCalls] Preserve tail call indicator
Dávid Bolvanský via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Oct 13 08:33:23 PDT 2020
xbolva00 added inline comments.
================
Comment at: llvm/lib/Transforms/InstCombine/InstCombineCalls.cpp:1741
+ return replaceInstUsesWith(*CI, With);
}
----------------
jdoerfert wrote:
> Can `omptimizeCall` ever break the tail requirements, e.g., create an alloca and pass it?
I dont think so. @efriedma , what do you think?
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D89249/new/
https://reviews.llvm.org/D89249
More information about the llvm-commits
mailing list