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 0a29e60 commit bf9dac2Copy full SHA for bf9dac2
tests/assembly-llvm/regparm-module-flag.rs
@@ -25,6 +25,7 @@ unsafe extern "C" {
25
pub unsafe extern "C" fn entrypoint(len: usize, ptr: *mut c_void, val: i32) -> *mut c_void {
26
// REGPARM1-LABEL: entrypoint
27
// REGPARM1: movl %e{{.*}}, %ecx
28
+ // REPGARM1: pushl
29
// REGPARM1: calll memset
30
31
// REGPARM2-LABEL: entrypoint
@@ -48,6 +49,7 @@ pub unsafe extern "C" fn non_builtin_entrypoint(
48
49
) -> *mut c_void {
50
// REGPARM1-LABEL: non_builtin_entrypoint
51
52
+ // REGPARM1: pushl
53
// REGPARM1: calll non_builtin_memset
54
55
// REGPARM2-LABEL: non_builtin_entrypoint
0 commit comments