[PATCH] D78093: [mlir] [EDSC] Add interface for yield-for loops.
Alex Zinenko via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Apr 14 10:11:05 PDT 2020
ftynse added inline comments.
================
Comment at: mlir/include/mlir/Dialect/LoopOps/EDSC/Intrinsics.h:2
+//===- Intrinsics.h - MLIR EDSC Intrinsics for Linalg -----------*- C++ -*-===//
+////
+//// Part of the LLVM Project, under the Apache License v2.0 with LLVM
----------------
ftynse wrote:
> Spurious leading `//` makes you have `////`
Ehm, we need the inverse of the change you did. We only use two slashes `//`, not four `///`.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D78093/new/
https://reviews.llvm.org/D78093
More information about the llvm-commits
mailing list