[PATCH] D109054: [SImplifyCFG] Preserve knowledge about guarding condition by adding assume
Dávid Bolvanský via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Sep 7 01:28:51 PDT 2021
xbolva00 added a comment.
In D109054#2986001 <https://reviews.llvm.org/D109054#2986001>, @lebedev.ri wrote:
> In general, i wonder if we should always be doing such a thing in situations like this.
> There's potential the increase in block sizes will result in some other optimizations starting to fail.
They should ignore such assumes anyway.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D109054/new/
https://reviews.llvm.org/D109054
More information about the llvm-commits
mailing list