[PATCH] D86310: [X86] Align i128 to 16 bytes in x86 datalayouts
Harald van Dijk via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Tue Sep 19 14:10:38 PDT 2023
hvdijk added a comment.
In D86310#4648446 <https://reviews.llvm.org/D86310#4648446>, @tmgross wrote:
> Is this just waiting for a review?
Yes, I think so. Valid concerns over compatibility were raised, but now that strict compatibility with `i128` has already been broken anyway, I no longer believe there is any reason not to just apply this as is, preferably soon so as to minimise the time that we have the current partially changed `i128` ABI, to minimise the chance that people will start to rely on that somewhere.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D86310/new/
https://reviews.llvm.org/D86310
More information about the cfe-commits
mailing list