[PATCH] D89249: [SimplifyLibCalls] Preserve tail call indicator
Johannes Doerfert via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Oct 13 08:28:16 PDT 2020
jdoerfert added inline comments.
================
Comment at: llvm/lib/Transforms/InstCombine/InstCombineCalls.cpp:1741
+ return replaceInstUsesWith(*CI, With);
}
----------------
Can `omptimizeCall` ever break the tail requirements, e.g., create an alloca and pass it?
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