[PATCH] D48580: [AArch64] Support reserving x1-7 registers.

James Y Knight via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Jul 19 10:46:04 PDT 2018


jyknight added a comment.

I'm generally opposed to supporting the -ffixed- -fcall-used- and -fcall-saved- options from GCC. I think they're almost never the correct answer to a problem someone has.

In particular, here, it does seem that a calling convention annotation on the functions would be a significantly better way of spelling this.


Repository:
  rL LLVM

https://reviews.llvm.org/D48580





More information about the llvm-commits mailing list