[llvm] [X86] Add regcall4 attribute to make a specific function respect regcall ABIv4 (PR #69628)

via llvm-commits llvm-commits at lists.llvm.org
Fri Oct 20 02:00:56 PDT 2023


yubingex007-a11y wrote:

there is question here should we really add a new calling conv CC_X86RegCall4 in CFE.
currently i let regcall4 attr reuse CC_X86RegCall instead of creating CC_X86RegCall4 . 

@mikerice1969 

https://github.com/llvm/llvm-project/pull/69628


More information about the llvm-commits mailing list