swift
2962474b - SimplifyKeyPath: insert the correct destroy operation for an operand of a removed keypath

Commit
212 days ago
SimplifyKeyPath: insert the correct destroy operation for an operand of a removed keypath If the operand is an address, we need to use `destroy_addr` and not `destroy_value`. Fixes a compiler crash. rdar://144662171
Author
Parents
Loading