[PATCH] D73795: [mlir] Drop customization hooks from StandardToLLVM conversion
River Riddle via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri Jan 31 11:21:41 PST 2020
rriddle accepted this revision.
rriddle added inline comments.
This revision is now accepted and ready to land.
================
Comment at: mlir/include/mlir/Conversion/StandardToLLVM/ConvertStandardToLLVMPass.h:18
template <typename T> class OpPassBase;
-class RewritePattern;
-class Type;
-
-// Owning list of rewriting patterns.
+/// Owning list of rewriting patterns.
class OwningRewritePatternList;
----------------
nit: Can we just remove this comment now?
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