[PATCH] D80358: [MLIR][InProgress] Add RegionKindInterface

River Riddle via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Jun 16 01:04:25 PDT 2020


rriddle added inline comments.


================
Comment at: mlir/test/lib/Dialect/Test/TestDialect.cpp:227
+
+RegionKind mlir::DominanceFreeScopeOp::getRegionKind(unsigned index) {
+  return RegionKind::GRAPH;
----------------
Please remove the `mlir::` from each of these.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D80358





More information about the llvm-commits mailing list