[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
Thu Aug 15 16:00:45 PDT 2019
xbolva00 added a comment.
Yes! There is a new PR and I just realized how big issue we have here (we may call functions which are never called in source code) :[
We need to remove all llvm.assumes in CGP.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D66096/new/
https://reviews.llvm.org/D66096
More information about the llvm-commits
mailing list