[PATCH] D135652: [AArch64] Add preserve_all calling convention.
Daniel Kiss via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Oct 11 11:28:44 PDT 2022
danielkiss added a comment.
In D135652#3849147 <https://reviews.llvm.org/D135652#3849147>, @aaron.ballman wrote:
> Precommit CI found a relevant issue. Also, can you add release notes to Clang for the improvement?
Fix and added.
> 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
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D135652/new/
https://reviews.llvm.org/D135652
More information about the llvm-commits
mailing list