Skip to content

Commit 121a420

Browse files
authored
Merge pull request swiftlang#12804 from davezarzycki/nfc_test_vec_width_fix
2 parents e73208f + 42f8ddf commit 121a420

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/IRGen/vector_reduction.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77

88
// We were missing target transform info and not vectorizing the loop below.
99

10-
// CHECK: xor <2 x i64>
10+
// CHECK: xor <{{[2,4,8]}} x i64>
1111

1212
public func f(a: UnsafePointer<Int>, b: UnsafePointer<Int>, count: Int) -> Int {
1313
var c = 0

0 commit comments

Comments
 (0)