[llvm] [X86] Fix ABI for passing after i128 (PR #124134)

Alexis Engelke via llvm-commits llvm-commits at lists.llvm.org
Thu Jan 23 08:21:58 PST 2025


aengelke wrote:

> Probably worth noting that it's expected that the frontend will directly pass via stack for things like `_BitInt(256)`

Yeah, `i128` also has stronger alignment guarantees than `_BitInt(n)` for any n>=64.

https://github.com/llvm/llvm-project/pull/124134


More information about the llvm-commits mailing list