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