[PATCH] D86310: [X86] Align i128 to 16 bytes in x86 datalayouts

Nikita Popov via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Wed Sep 20 00:25:27 PDT 2023


nikic added a comment.

I'm happy to sign off on the x86-64 part here, but I'm less sure about x86-32. If I understood correctly, the i128 alignment is raised there exclusively to fix the "f128 legalized to i128 libcall" case -- is there any other ABI requirement for i128 alignment on x86-32? Is raising i128 alignment the right way to fix an f128 issue?


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