Files
swift-mirror/test/AutoDiff/compiler_crashers_fixed
Anton Korobeynikov 03334a8f92 [AutoDiff] Generalize handling of semantic result parameters (#67230)
Introduce the notion of "semantic result parameter". Handle differentiation of inouts via semantic result parameter abstraction. Do not consider non-wrt semantic result parameters as semantic results

Fixes #67174
2023-08-03 09:33:11 -07:00
..

This directory tests fixed compiler crashers related to differentiable programming in Swift.

lit.local.cfg checks for asserts as a lit available feature, so there is no need to add REQUIRES: asserts to individual test files.