[PATCH] D30810: Preserve vec3 type.

Akira Hatanaka via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Tue Mar 14 16:11:59 PDT 2017


ahatanak added a comment.

Actually, it's not a mis-compile. The record layout shows that there is a padding before field f2 and f2 starts at byte 16. So using "store <4 x float>" doesn't overwrite the field.


https://reviews.llvm.org/D30810





More information about the cfe-commits mailing list