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 c1612c7 commit c13c66cCopy full SHA for c13c66c
test/ClangImporter/inlinable_bitfields.swift
@@ -10,4 +10,4 @@ public func g(_ m: MM) -> UInt32 {
10
11
// Just make sure this is a definition and not a declaration...
12
13
-// CHECK: define internal zeroext i32 @"$ModRM$rm$getter"
+// CHECK: define internal{{( zeroext)?}} i32 @"$ModRM$rm$getter"
test/IRGen/objc_simd.sil
@@ -1,4 +1,3 @@
1
-// UNSUPPORTED: CPU=powerpc64le
2
// RUN: %target-swift-frontend(mock-sdk: %clang-importer-sdk) -emit-ir %s | %FileCheck %s --check-prefix=%target-cpu
3
4
import Swift
0 commit comments