[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 08:20:57 PDT 2022


kiranchandramohan added inline comments.


================
Comment at: flang/docs/DesignGuideline.md:25
+3) Implementation details overview
+4) Testing plan
+
----------------
Should this have end to end tests? If so should we think of setting up a mechanism to run end-to-end tests?


================
Comment at: flang/docs/DesignGuideline.md:75
+  (this does not require writing a design document).
+- Identify if the feature affects compatibility with programs compiled by other
+  Fortran compilers, or if a given solution for flang could not be changed in
----------------
Is there are preference for compatibility with gfortran over other fortran compilers?


================
Comment at: flang/docs/DesignGuideline.md:87
+  API if any.
+- For inlined code, consider what should happen when generating the FIR,
+  and what should happen when lowering the FIR to LLVM IR.
----------------
And any transformations in between? Also does this FIR Op need to be present while lowering to LLVM or would it have been converted to FIR or other ops?


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