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.
2 parents 802f722 + 71c0533 commit 849bea3Copy full SHA for 849bea3
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