Files
swift-mirror/test/AutoDiff/compiler_crashers_fixed
Anton Korobeynikov 216111172e Explicitly use minimal type expansion for autodiff-related types (e.g. parameters and pullback result types) (#77831)
As autodiff happens on function types it is not in general possible to determine the real expansion context of the function being differentiated. Use of minimal context is a conservative approach that should work even when libraty evolution mode is enabled.

Fixes #55179
2024-12-02 15:02:09 -08: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.