mirror of
https://github.com/apple/swift.git
synced 2025-12-14 20:36:38 +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.