Skip to content

[doc] Fix links to SIL documentation in docs/README.md #78215

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Jan 2, 2025
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 5 additions & 7 deletions docs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -125,15 +125,13 @@ documentation, please create a thread on the Swift forums under the
Describes how to maintain compatibility when changing the serialization
format.
- SIL and SIL Optimizations:
- [SILFunctionConventions.md](/docs/SILFunctionConventions.md):
- [SILMemoryAccess.md](/docs/SILMemoryAccess.md):
- [SILProgrammersManual.md](/docs/SILProgrammersManual.md):
Provides an overview of the implementation of SIL in the compiler.
- [SILFunctionConventions.md](/docs/SIL/SILFunctionConventions.md):
- [SILMemoryAccess.md](/docs/SIL/SILMemoryAccess.md):
- [OptimizerDesign.md](/docs/OptimizerDesign.md):
Describes the design of the optimizer pipeline.
- [HighLevelSILOptimizations.rst](/docs/HighLevelSILOptimizations.rst):
Describes how the optimizer understands the semantics of high-level
operations on [currency](/docs/Lexicon.md#currency-type) data types and
operations on [currency](/docs/Lexicon.md#currency-type) data types and
optimizes accordingly.
Includes a thorough discussion of the `@_semantics` attribute.
- [HowToUpdateDebugInfo.md](/docs/HowToUpdateDebugInfo.md): A guide for SIL
Expand Down Expand Up @@ -177,7 +175,7 @@ documentation, please create a thread on the Swift forums under the
Documents how Swift interoperates with ObjC code and the ObjC runtime.
- [LibraryEvolution.rst](/docs/LibraryEvolution.rst):
Specifies what changes can be made without breaking binary compatibility.
- [SIL.rst](/docs/SIL.rst):
- [SIL.md](/docs/SIL/SIL.md):
Documents the Swift Intermediate Language (SIL).
- [TransparentAttr.md](/docs/TransparentAttr.md):
Documents the semantics of the `@_transparent` attribute.
Expand Down Expand Up @@ -320,7 +318,7 @@ The documents in this section might be worth breaking up into several documents,
and linking one document from the other. Breaking up into components will
provide greater clarity to contributors wanting to add new documentation.

- [ARCOptimization.md](/docs/ARCOptimization.md):
- [ARCOptimization.md](/docs/SIL/ARCOptimization.md):
Covers how ARC optimization works, with several examples.
TODO: Not clear if this is intended to be an explanation or a reference guide.
- [CompilerPerformance.md](/docs/CompilerPerformance.md):
Expand Down