[PATCH] D111078: [AIX] Enable int128 in 64 bit mode
Jinsong Ji via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Fri Oct 15 08:29:43 PDT 2021
jsji added a comment.
In D111078#3065552 <https://reviews.llvm.org/D111078#3065552>, @hubert.reinterpretcast wrote:
> In D111078#3063245 <https://reviews.llvm.org/D111078#3063245>, @lkail wrote:
>
>> This LGTM as the start point to support int128 on AIX. We might need more patches involving libraries in the LLVM monorepo, we can do that progressively.
>
> Agreed (although I find it slightly odd that the testing doesn't check the edge case where the argument value is split between r10 and the stack).
I can add more test in a follow up patch.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D111078/new/
https://reviews.llvm.org/D111078
More information about the cfe-commits
mailing list