[PATCH] D111078: [AIX] Enable int128 in 64 bit mode

Hubert Tong via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Oct 14 15:26:07 PDT 2021


hubert.reinterpretcast added a comment.

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).


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D111078



More information about the llvm-commits mailing list