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

River Riddle via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Jun 11 16:33:32 PDT 2020


rriddle added a comment.

Please run clang-format. I'll try to review this in the next day or two.



================
Comment at: mlir/docs/LangRef.md:204
+Value identifiers are in scope for the region in which they are
+defined.  Argument identifiers in mapping functions are in scope for
+the mapping body. Function identifiers and mapping identifiers are
----------------
Please remove all of the double space after periods.


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