Skip to content

Commit 823e8b0

Browse files
committed
Allow disjoint flag in codegen test
1 parent e35a56d commit 823e8b0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/codegen/array-map.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
pub fn short_integer_map(x: [u32; 8]) -> [u32; 8] {
1111
// CHECK: load <8 x i32>
1212
// CHECK: shl <8 x i32>
13-
// CHECK: or <8 x i32>
13+
// CHECK: or{{( disjoint)?}} <8 x i32>
1414
// CHECK: store <8 x i32>
1515
x.map(|x| 2 * x + 1)
1616
}

0 commit comments

Comments
 (0)