Juan Manuel Martinez Caamaño 64d618785a
[SPIRV] Replace removeFromParent with eraseFromParent for ASSING_TYPE (#184793)
The `ASSIGN_TYPE` instruction should not be referenced anymore at this
point. So we can free its memory.

Follow up of https://github.com/llvm/llvm-project/pull/182330
2026-03-05 19:38:58 +01:00
..