You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: compiler/rustc_target/src/callconv/powerpc64.rs
+3-1Lines changed: 3 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -58,8 +58,10 @@ where
58
58
59
59
// The AIX ABI expect byval for aggregates
60
60
// See https://github.com/llvm/llvm-project/blob/main/clang/lib/CodeGen/Targets/PPC.cpp.
61
+
// The incoming parameter is represented as a pointer in the IR,
62
+
// the alignment is associated with the size of the register. (align 8 for 64bit)
0 commit comments