We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent acf2437 commit 71c0533Copy full SHA for 71c0533
tests/assembly-llvm/x86_64-bigint-helpers.rs
@@ -44,7 +44,7 @@ pub unsafe extern "sysv64" fn bigint_chain_borrowing_sub(
44
n: usize,
45
mut carry: bool,
46
) -> bool {
47
- // CHECK: mov [[TEMP:r..]], qword ptr [rsi + 8*[[IND:r..]] + 8]
+ // CHECK: mov [[TEMP:r.+]], qword ptr [rsi + 8*[[IND:r.+]] + 8]
48
// CHECK: sbb [[TEMP]], qword ptr [rdx + 8*[[IND]] + 8]
49
// CHECK: mov qword ptr [rdi + 8*[[IND]] + 8], [[TEMP]]
50
// CHECK: mov [[TEMP]], qword ptr [rsi + 8*[[IND]] + 16]
0 commit comments