swift
0f4dacd4 - [AutoDiff] Fix custom derivative thunk for Optional (#74378)

Commit
1 year ago
[AutoDiff] Fix custom derivative thunk for Optional (#74378) Enable the nil coalescing operator (aka `??`) for Optional type. Fixes #55882 Co-authored-by: Andrew Savonichev <andrew.savonichev@gmail.com>
Author
asl asl
Parents
  • lib
    • SILGen
      • File
        SILGenPoly.cpp
    • SILOptimizer/Mandatory
      • File
        Differentiation.cpp
  • test/AutoDiff/SILGen
    • File
      nil_coalescing.swift
Loading