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

Frank Laub via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Sat Feb 1 01:25:29 PST 2020


flaub added a comment.

I'm wondering how it will be possible to extend the list of patterns for non-standard ops and still make use of the existing LLVMLoweringPass? I'm currently using the `patternListFiller` to add my own patterns to the pass. If the `LLVMLoweringPass` was exposed in a header, I could at least reuse that.


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