[PATCH] D135915: [ConstraintElim] Enable pass by default.

Nikita Popov via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Jan 3 11:39:36 PST 2023


nikic added a comment.

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)?


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