swift
89d3326f - Swift Optimizer: add a simplification for pointer_to_address

Commit
2 years ago
Swift Optimizer: add a simplification for pointer_to_address For a redundant pair of pointer-address conversions, e.g. %2 = address_to_pointer %1 %3 = pointer_to_address %2 [strict] replace all uses of %3 with %1.
Author
Committer
Parents
Loading