Files
swift-mirror/lib/SILOptimizer/FunctionSignatureTransforms/ExistentialTransform.cpp
Erik Eckstein 08804d8fa2 ExistentialTransform: fix a wrong result type of open_existential_addr
It needs to be the address type of the opened type and not the object type.
Unfortunately I don't have a test case for this fix.

Fixes a compiler crash
rdar://162149588
2025-10-15 19:25:02 +02:00

26 KiB