Details
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
llvm/lib/Target/X86/X86CallingConv.td | ||
---|---|---|
468 | yes, in fact retcc should respect regcall4 as well according to https://www.intel.com/content/www/us/en/docs/cpp-compiler/developer-guide-reference/2021-8/c-c-calling-conventions.html#GUID-011A435D-F8D0-46D7-B973-9B704CA5B54E |
llvm/lib/Target/X86/X86CallingConv.td | ||
---|---|---|
98–103 | According to the spec, Win64 calling convention is identical to Linux64 on V4, i.e., both R10 and R11 are reserved. I think you can reuse RC_X86_64_RegCall_SysV instead. |
llvm/lib/Target/X86/X86CallingConv.td | ||
---|---|---|
98–103 |
Remove parentheses