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

Florian Hahn via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Feb 2 09:00:22 PST 2023


fhahn added a comment.

@vitalybuka I pushed a commit to improve performance for the test case you shared. Time spent in ConstraintElimination goes from 43s to ~3s with time spent in InstCombine being about 1.3s. Could you check your full reproduce if the big increase is fixed now with ConstraintElimination enabled?


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