[PATCH] D135915: [ConstraintElim] Enable pass by default.
Florian Hahn via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Jan 3 14:32:22 PST 2023
fhahn added a comment.
In D135915#4023868 <https://reviews.llvm.org/D135915#4023868>, @nikic wrote:
> One remaining question I have is whether this pass has any pathological cases we may need to limit. Say, if we have a generated function that contains a few thousand icmps, is this going to be handled gracefully (i.e., sub-quadratically)?
I checked and I didn't add this limit there yet. Put up D140926 <https://reviews.llvm.org/D140926>.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D135915/new/
https://reviews.llvm.org/D135915
More information about the llvm-commits
mailing list