We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 712e1ab commit 9c69d02Copy full SHA for 9c69d02
include/swift/SIL/MemAccessUtils.h
@@ -890,6 +890,7 @@ struct AccessPathWithBase {
890
//
891
// base may be invalid for global_addr -> address_to_pointer -> phi patterns.
892
// FIXME: add a structural requirement to SIL so base is always valid in OSSA.
893
+ // !!! make this a PtrIntPair with a the access kind
894
SILValue base;
895
896
/// \p address identifies the object seen by any memory operation that
0 commit comments