Skip to content

Commit 42f8ddf

Browse files
committed
[Tests] NFC: Vectors are not always 128 bits
1 parent 1d1d489 commit 42f8ddf

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)