[PATCH] D28990: Align i128 to 16 bytes

Joerg Sonnenberger via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Sun Jan 22 09:46:57 PST 2017


joerg added a comment.

Why? At least for some x86 targets, this will unncessarily penalize the stack. Don't know all the other 32bit architectures, but many of those don't have a stack alignment larger than 32bit either.


https://reviews.llvm.org/D28990





More information about the llvm-commits mailing list