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.
2 parents 6a117d7 + b578e99 commit a856385Copy full SHA for a856385
test/IRGen/pic.swift
@@ -85,7 +85,8 @@ public func use_global() -> Int {
85
// The following checks are temporarily disabled. See rdar://problem/42909618
86
// arm64e-LABEL: _$s4main10use_globalSiyF:
87
// arm64e: bl _swift_beginAccess
88
-// arm64e: ldr [[REG2:x[0-9]+]], [{{x[0-9]+}}, _$s4main6globalSivp@PAGEOFF]
+// arm64e: ldr [[REG2:x[0-9]+]]
89
+// arm64e: str [[REG2]], [sp
90
// arm64e: bl _swift_endAccess
91
92
// arm64_32-LABEL: _$s4main10use_globalSiyF:
0 commit comments