[flang-commits] [PATCH] D130166: [flang] Adding a guideline for flang design documentation
Kiran Chandramohan via Phabricator via flang-commits
flang-commits at lists.llvm.org
Wed Jul 20 07:55:59 PDT 2022
kiranchandramohan added a comment.
Thanks @jeanPerier for creating this guideline.
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?
Would it be good to mention how a person can find what is a feature to pick up? For the intrinsics work we have a spreadsheet, would it make sense to have a spreadsheet or projects page in github? This page can have unimplemented features from Fortran 95, 2003 etc.
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