[PATCH] D12498: X86: add an interrupt calling convention

Peter Marheine via llvm-commits llvm-commits at lists.llvm.org
Wed Nov 18 11:50:26 PST 2015


tari added a comment.

> the frame parameter is passed in C as a pointer argument.

>  However, in the assembly it should be passed by value on the stack rather than a pointer on the stack.

>  Do we assume that this will be handled by the clang-FE ?


This code predates H.J's proposal, so the frame parameter doesn't even exist here. It needs to be added.


Repository:
  rL LLVM

http://reviews.llvm.org/D12498





More information about the llvm-commits mailing list