mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +01:00
While hoisting check_subscript call in ossa, isNativeTypeChecked call is also hoisted. The array value used in the isNativeTypeChecked may not be available if it's lifetime had ended before. Proactively set the array value of the isNativeTypeChecked call to the array value in the check_subscript call.
30 KiB
30 KiB