Files
Erik Eckstein 3774c3b6fd MandatoryDestroyHoisting: ignore type-dependent operands when computing the liverange of a value
Type-dependent operands can appear outside the liverange of a value and therefore must be ignored.
This bug caused MandatoryDestroyHoisting to insert wrong destroys.

Fixes a SIL verification error and/or a mis-compile
rdar://170510052
2026-02-27 12:05:57 +01:00
..