[PATCH] D111078: [AIX] Enable int128 in 64 bit mode
Hubert Tong via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Mon Oct 4 20:41:23 PDT 2021
hubert.reinterpretcast added a comment.
Type alignment (16), choice of GPRs for argument passing (first available including r10), `va_arg` invocations, order of components (big endian), and calls to double/float conversions all check out. It may be reasonable to locate existing tests for these and make sure they also test 64-bit AIX.
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