[flang-commits] [flang] 1d60d54 - [Flang][Doc] Add a FIROperations section (#72252)

via flang-commits flang-commits at lists.llvm.org
Tue Nov 14 14:41:23 PST 2023


Author: Kiran Chandramohan
Date: 2023-11-14T22:41:20Z
New Revision: 1d60d54a8842b1bc1f8276a3a67ed2e99d5713dd

URL: https://github.com/llvm/llvm-project/commit/1d60d54a8842b1bc1f8276a3a67ed2e99d5713dd
DIFF: https://github.com/llvm/llvm-project/commit/1d60d54a8842b1bc1f8276a3a67ed2e99d5713dd.diff

LOG: [Flang][Doc] Add a FIROperations section (#72252)

Adding this section ensures that the documentation generated by
mlir-tblgen for all the FIR operations are at the correct depth.
FIROperations are at depth 3, the new section is at depth 2. This fixes
the "Non-consecutive header level increase; H1 to H3" warning in
FIRLangRef.md.

Added: 
    

Modified: 
    flang/docs/FIR/FIRLangRef_Header.md

Removed: 
    


################################################################################
diff  --git a/flang/docs/FIR/FIRLangRef_Header.md b/flang/docs/FIR/FIRLangRef_Header.md
index 04df60ed4eb396a..67d18fb13fd3b1c 100644
--- a/flang/docs/FIR/FIRLangRef_Header.md
+++ b/flang/docs/FIR/FIRLangRef_Header.md
@@ -1,3 +1,5 @@
 # FIR Language Reference
 
 This page contains an overview of the Fortran IR operations, their syntax, and example usages.
+
+## FIR Operations


        


More information about the flang-commits mailing list