Allow disjoint flag in codegen test
This commit is contained in:
parent
e35a56d96f
commit
823e8b041a
1 changed files with 1 additions and 1 deletions
|
@ -10,7 +10,7 @@
|
|||
pub fn short_integer_map(x: [u32; 8]) -> [u32; 8] {
|
||||
// CHECK: load <8 x i32>
|
||||
// CHECK: shl <8 x i32>
|
||||
// CHECK: or <8 x i32>
|
||||
// CHECK: or{{( disjoint)?}} <8 x i32>
|
||||
// CHECK: store <8 x i32>
|
||||
x.map(|x| 2 * x + 1)
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue