[all-commits] [llvm/llvm-project] 1d60d5: [Flang][Doc] Add a FIROperations section (#72252)
Kiran Chandramohan via All-commits
all-commits at lists.llvm.org
Tue Nov 14 14:41:34 PST 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 1d60d54a8842b1bc1f8276a3a67ed2e99d5713dd
https://github.com/llvm/llvm-project/commit/1d60d54a8842b1bc1f8276a3a67ed2e99d5713dd
Author: Kiran Chandramohan <kiran.chandramohan at arm.com>
Date: 2023-11-14 (Tue, 14 Nov 2023)
Changed paths:
M flang/docs/FIR/FIRLangRef_Header.md
Log Message:
-----------
[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.
More information about the All-commits
mailing list