mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +01:00
* Check if the address in question is even visible from outside the function * Return the memory effects of the called function Also, add a new API `Instruction.memoryEffects`, which is internally used by `mayReadFromMemory` et al.