[PATCH] D80275: [MLIR] Add missing decorative comment line
Frederik Gossen via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu May 28 04:51:16 PDT 2020
frgossen abandoned this revision.
frgossen marked an inline comment as done.
frgossen added inline comments.
================
Comment at: mlir/include/mlir/IR/StandardTypes.h:399
// RankedTensorType
+//===----------------------------------------------------------------------===//
----------------
rriddle wrote:
> This was intentional btw. I use these types of comment blocks to demarcate sub-sections...
>
> ```
> //===----------------------------------------------------------------------===//
> // Main Section 1
> //===----------------------------------------------------------------------===//
>
> //===----------------------------------------------------------------------===//
> // Sub-Section
>
> //===----------------------------------------------------------------------===//
> // Main Section 2
> //===----------------------------------------------------------------------===//
> ```
Ups, sorry.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D80275/new/
https://reviews.llvm.org/D80275
More information about the llvm-commits
mailing list