[PATCH] D79468: [mlir][Linalg] Start a LinalgToStandard pass and move conversion to library calls.

River Riddle via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed May 27 13:03:08 PDT 2020


rriddle added inline comments.


================
Comment at: mlir/include/mlir/Conversion/LinalgToStandard/LinalgToStandard.h:12
+
+#include "mlir/Transforms/DialectConversion.h"
+
----------------
Can we trim this include?


================
Comment at: mlir/include/mlir/Conversion/Passes.td:148
+
+def ConvertLinalgToStandard : Pass<"convert-linalg-to-std", "ModuleOp"> {
+  let summary = "Convert the operations from the linalg dialect into the "
----------------
Should this come after SPIRV alphabetically?


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D79468





More information about the llvm-commits mailing list