Files
Erik Eckstein f3f497b4f5 DestroyAddrHoisting: don't hoist destroy_addr if the operand address is an unchecked_addr_cast
Such casts could cast from a vector to its first element. Prevent DestroyAddrHoisting from hoisting such `destroy_addr`s because it would also replace the address from the cast result to the cast operand.

Fixes a mis-compile
2026-02-20 18:28:12 +01:00
..