[PATCH] D43795: [New PM][IRCE] port of Inductive Range Check Elimination pass to the new pass manager

Fedor Sergeev via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Feb 26 16:23:18 PST 2018


fedor.sergeev added a comment.

I'm not happy with BPI solution in this patch.
It is mainly to provoke discussions on how to solve this more gracefully, since no answers were given on llvm-dev@ :

  http://lists.llvm.org/pipermail/llvm-dev/2018-January/120768.html

And yes, we want to have IRCE in new-pass-manager for our internal pipeline...


Repository:
  rL LLVM

https://reviews.llvm.org/D43795





More information about the llvm-commits mailing list