Files
swift-mirror/test/AutoDiff/SILOptimizer/pullback_generation.swift
Daniil Kovalev 0ba886d409 [AutoDiff] Fix adjoint for move_value (#78286)
Since `move_value` is a destroying operation, the adjoint of `y = move_value x` should be `adj[x] += adj[y]; adj[y] = 0` instead of just `adj[x] += adj[y]`.
2025-01-08 00:42:54 -08:00

14 KiB