[flang-commits] [PATCH] D130166: [flang] Adding a guideline for flang design documentation

Andrzej Warzynski via Phabricator via flang-commits flang-commits at lists.llvm.org
Thu Jul 21 07:10:17 PDT 2022


awarzynski added a subscriber: schweitz.
awarzynski added a comment.

In D130166#3667742 <https://reviews.llvm.org/D130166#3667742>, @jeanPerier wrote:

> In D130166#3665793 <https://reviews.llvm.org/D130166#3665793>, @kiranchandramohan wrote:
>
>> Do you want to clarify whether the scope of this document is limited to Lowering (parse-tree to MLIR, FIR, FIR transformations, FIR to LLVM)? Or is this a general guideline for all of Flang including for eg. Semantics, Runtime, OpenMP, OpenACC etc?
>
> I wrote it with Lowering in mind because that is what I am working on, but I think it is generic guideline and up to the code owner of the different part to enforce it. @kiranchandramohan What is your take for OpenMP, is this how you want people to work ?

Currently there are two code-owners in LLVM Flang: @sscalpone and @schweitz (from CODE_OWNERS.TXT <https://github.com/llvm/llvm-project/blob/main/flang/CODE_OWNERS.TXT>). Should it be updated?


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D130166



More information about the flang-commits mailing list