mirror of
https://github.com/apple/swift.git
synced 2025-12-14 20:36:38 +01:00
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]`.
14 KiB
14 KiB