Skip to content

Commit 4b191de

Browse files
Update docs/DifferentiableProgrammingImplementation.md
Co-authored-by: Saleem Abdulrasool <[email protected]>
1 parent e26835d commit 4b191de

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/DifferentiableProgrammingImplementation.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -787,7 +787,7 @@ Multiple basic blocks and control flow basic block terminators (`cond_br`, `swit
787787

788788
> TODO: **Explain the control flow differentiation approach.** The approach is novel and highly worth documenting. [See "Control Flow Differentiation" slides](https://drive.google.com/corp/drive/folders/1y1FeJenXhoz_8xPw0ftVPngJUO_MdmRX) for an overview.
789789
790-
- Original functions may have instructions other than `apply`. This includes the entire SIL [instruction set](https://github.com/apple/swift/blob/master/docs/SIL.rst#instruction-set):
790+
- Original functions may have instructions other than `apply`. This includes the entire SIL [instruction set](SIL.rst#instruction-set):
791791
- Memory-related operations: `alloc_stack`, `dealloc_stack`, `load`, `store`, etc.
792792
- Aggregate operations: `struct`, `tuple`, `enum`.
793793
- Projections: `struct_extract`, `tuple_extract`, `struct_element_addr`, `tuple_element_addr`.

0 commit comments

Comments
 (0)