[PATCH] D42100: Fix codegen of stores of vectors with non byte-sized elements.

Ulrich Weigand via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Jan 31 05:15:08 PST 2018


uweigand added a comment.

Yes, that makes sense to me.  It also agrees with the layout of bitfields on (all currently supported) big-endian platforms, so that's another argument for it.


https://reviews.llvm.org/D42100





More information about the llvm-commits mailing list