[PATCH] D135652: [AArch64] Add preserve_all calling convention.

Aaron Ballman via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Oct 12 06:44:10 PDT 2022


aaron.ballman added a comment.

In D135652#3850283 <https://reviews.llvm.org/D135652#3850283>, @danielkiss wrote:

> In D135652#3849147 <https://reviews.llvm.org/D135652#3849147>, @aaron.ballman wrote:
>
>> Also, is there a reason to support `preserve_all` but not `preserve_most` given their relationship?
>
> There is support for `preserve_most` already, works as expected.
> https://godbolt.org/z/an1T6YGss

Oh, well, that's all the more reason to support this work -- thank you for the fix! The Clang bits LGTM, but I'll leave it to LLVM folks to review that side of things.


CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D135652/new/

https://reviews.llvm.org/D135652



More information about the llvm-commits mailing list