[llvm] 35e6ca4 - [docs] Add TOC for InstCombine contributor guide (#136293)
via llvm-commits
llvm-commits at lists.llvm.org
Fri Apr 18 06:35:06 PDT 2025
Author: amordo
Date: 2025-04-18T15:35:02+02:00
New Revision: 35e6ca47c1b565b59a9e9f90b5239804e64819f7
URL: https://github.com/llvm/llvm-project/commit/35e6ca47c1b565b59a9e9f90b5239804e64819f7
DIFF: https://github.com/llvm/llvm-project/commit/35e6ca47c1b565b59a9e9f90b5239804e64819f7.diff
LOG: [docs] Add TOC for InstCombine contributor guide (#136293)
Added:
Modified:
llvm/docs/InstCombineContributorGuide.md
Removed:
################################################################################
diff --git a/llvm/docs/InstCombineContributorGuide.md b/llvm/docs/InstCombineContributorGuide.md
index ce5f958058c55..b4041f8a5b93f 100644
--- a/llvm/docs/InstCombineContributorGuide.md
+++ b/llvm/docs/InstCombineContributorGuide.md
@@ -1,5 +1,9 @@
# InstCombine contributor guide
+```{contents}
+:depth: 4
+```
+
This guide lays out a series of rules that contributions to InstCombine should
follow. **Following these rules will results in much faster PR approvals.**
More information about the llvm-commits
mailing list