diff options
| author | Nikita Popov <npopov@redhat.com> | 2024-01-22 10:13:06 +0100 |
|---|---|---|
| committer | Nikita Popov <npopov@redhat.com> | 2024-01-23 10:12:36 +0100 |
| commit | 823e8b041a03c4e5f33d95cdc6fb996ecbcf0fa5 (patch) | |
| tree | 21ae25d663a684123c799dff0f8433298c2f1cea /tests/codegen/array-map.rs | |
| parent | e35a56d96f7d9d4422f2b7b00bf0bf282b2ec782 (diff) | |
| download | rust-823e8b041a03c4e5f33d95cdc6fb996ecbcf0fa5.tar.gz rust-823e8b041a03c4e5f33d95cdc6fb996ecbcf0fa5.zip | |
Allow disjoint flag in codegen test
Diffstat (limited to 'tests/codegen/array-map.rs')
| -rw-r--r-- | tests/codegen/array-map.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/codegen/array-map.rs b/tests/codegen/array-map.rs index 4d218e6a951..bdae43054d0 100644 --- a/tests/codegen/array-map.rs +++ b/tests/codegen/array-map.rs @@ -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) } |
