[PATCH] D109054: [SImplifyCFG] Preserve knowledge about guarding condition by adding assume
Roman Lebedev via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Sep 7 01:25:07 PDT 2021
lebedev.ri accepted this revision.
lebedev.ri added a comment.
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.
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