[PATCH] D80275: [MLIR] Cosmetic change

Frederik Gossen via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed May 20 01:02:52 PDT 2020


frgossen created this revision.
Herald added subscribers: llvm-commits, jurahul, Kayjukh, grosul1, Joonsoo, stephenneuendorffer, liufengdb, lucyrfox, mgester, arpith-jacob, nicolasvasilache, antiagainst, shauheen, jpienaar, rriddle, mehdi_amini.
Herald added a reviewer: rriddle.
Herald added a project: LLVM.
frgossen added a reviewer: silvas.
frgossen retitled this revision from "[MLIR] Cosmetic changes" to "[MLIR] Cosmetic change".
frgossen added a child revision: D80277: [MLIR] Move `ConcatOp` to its lexicographic position.

Purely cosmetic change. Add missing comment line.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D80275

Files:
  mlir/include/mlir/IR/StandardTypes.h


Index: mlir/include/mlir/IR/StandardTypes.h
===================================================================
--- mlir/include/mlir/IR/StandardTypes.h
+++ mlir/include/mlir/IR/StandardTypes.h
@@ -396,6 +396,7 @@
 
 //===----------------------------------------------------------------------===//
 // RankedTensorType
+//===----------------------------------------------------------------------===//
 
 /// Ranked tensor types represent multi-dimensional arrays that have a shape
 /// with a fixed number of dimensions. Each shape element can be a non-negative


-------------- next part --------------
A non-text attachment was scrubbed...
Name: D80275.265154.patch
Type: text/x-patch
Size: 562 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20200520/25079620/attachment.bin>


More information about the llvm-commits mailing list