[PATCH] D73795: [mlir] Drop customization hooks from StandardToLLVM conversion

Diego Caballero via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Jan 31 16:07:50 PST 2020


dcaballe accepted this revision.
dcaballe added a comment.

Just wondering how this will impact the LLVM lowering customization scalability problem in general. By removing the hook for patterns, won't we go from an explosion of `populate*` functions to an explosion of LLVM lowering passes?


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D73795/new/

https://reviews.llvm.org/D73795





More information about the llvm-commits mailing list