[PATCH] D25022: Register Calling Convention - CodeGen Basic Additions

Reid Kleckner via llvm-commits llvm-commits at lists.llvm.org
Mon Oct 3 09:33:11 PDT 2016


rnk added a comment.

In https://reviews.llvm.org/D25022#557751, @asl wrote:

> Can't you yield the same outcome via 'inreg' attribute?


It will have similar effects, but it is not ABI compatible with Intel's __regcall.


Repository:
  rL LLVM

https://reviews.llvm.org/D25022





More information about the llvm-commits mailing list