[PATCH] D84195: [flang][openacc] Skeleton for OpenACC construct lowering

Valentin Clement via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Jul 23 11:12:05 PDT 2020


clementval marked 2 inline comments as done.
clementval added inline comments.


================
Comment at: flang/include/flang/Lower/OpenACC.h:8
+//===----------------------------------------------------------------------===//
+
+#ifndef FORTRAN_LOWER_OPENACC_H
----------------
schweitz wrote:
> We've been adding a comment to all the files in Lower that they are following the MLIR coding conventions as a reminder.
I have seen that in other file but wasn't sure if I should add it or not. I'll push a commit with this as a NFC. 


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D84195





More information about the llvm-commits mailing list