Files
swift-mirror/include/swift/SILOptimizer/Utils/Existential.h
Meghana Gupta ed0483b4ce Fix SILCombine of existential applies
Don't use previously found owned concrete values in ossa. They will consumed by
forwarding operations like init_existential_ref. Instead create an unconditional cast
of the opened existential to concrete type and use that to create a concrete apply.
2025-01-07 10:38:25 -08:00

5.7 KiB