Skip to content

Commit c78de63

Browse files
authored
Unrolled build for #160566
Rollup merge of #160566 - amirHdev:reenable-bool-indexing-llvm23, r=ZuseZ4 Re-enable bool indexing assembly test for LLVM 23 fixes #160521 Follow-up #159977
2 parents 7608eb7 + ef599d1 commit c78de63

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

tests/assembly-llvm/indexing-with-bools-no-redundant-instructions.rs

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
//@ assembly-output: emit-asm
22
//@ only-x86_64
3-
//@ max-llvm-major-version: 22
43
//@ ignore-windows CHECK patterns use the SysV x86-64 calling convention
54
//@ ignore-sgx Test incompatible with LVI mitigations
65
//@ compile-flags: -Copt-level=3
@@ -16,7 +15,7 @@ pub fn bool_index(a: u32, b: bool, c: bool, d: &mut [u128; 2]) {
1615
// CHECK-LABEL: bool_index:
1716
// CHECK: testl %esi, %esi
1817
// CHECK: je
19-
// CHECK: xorb %dl, %dil
18+
// CHECK: xorb {{%dl, %dil|%dil, %dl}}
2019
// CHECK: orb $1, (%rcx)
2120
// CHECK-NOT: jmp
2221
// CHECK-NOT: andb $1, %dil

0 commit comments

Comments
 (0)