Commit Graph

1 Commits

Author SHA1 Message Date
Emil Pedersen 019251f8b3 [DebugInfo] Salvage enums in SimplifyAllocStack
When the value of an enum discriminator is known but the payload unknown
(for example, an Optional that we know is non-nil), salvage the value
using a debug reconstruction block that recreates the enum using the
payload and the known discriminator.
2026-06-04 16:08:48 +01:00