We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e35a56d commit 823e8b0Copy full SHA for 823e8b0
tests/codegen/array-map.rs
@@ -10,7 +10,7 @@
10
pub fn short_integer_map(x: [u32; 8]) -> [u32; 8] {
11
// CHECK: load <8 x i32>
12
// CHECK: shl <8 x i32>
13
- // CHECK: or <8 x i32>
+ // CHECK: or{{( disjoint)?}} <8 x i32>
14
// CHECK: store <8 x i32>
15
x.map(|x| 2 * x + 1)
16
}
0 commit comments