[PATCH] D66096: [CodeGen/Analysis] Intrinsic llvm.assume should not block tail call optimization
Dávid Bolvanský via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Aug 12 10:56:00 PDT 2019
xbolva00 added inline comments.
================
Comment at: lib/CodeGen/Analysis.cpp:539
continue;
// A lifetime end intrinsic should not stop tail call optimization.
if (const IntrinsicInst *II = dyn_cast<IntrinsicInst>(BBI))
----------------
Update comment
Repository:
rL LLVM
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D66096/new/
https://reviews.llvm.org/D66096
More information about the llvm-commits
mailing list