]> granicus.if.org Git - clang/commit
Make sure we correctly set the alignment for vector loads and stores associated with...
authorEli Friedman <eli.friedman@gmail.com>
Thu, 22 Mar 2012 22:36:39 +0000 (22:36 +0000)
committerEli Friedman <eli.friedman@gmail.com>
Thu, 22 Mar 2012 22:36:39 +0000 (22:36 +0000)
commite5a8aeb4ad762b9383f9e9544c619dc386951e18
tree77f3a7d98f82917926e91073bda0edddd500782d
parent5aac0b6ae95f137b1783f3e6227241fb457b8f8b
Make sure we correctly set the alignment for vector loads and stores associated with vector element lvalues.  Patch by Kevin Schoedel (with some minor modifications by me).

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@153285 91177308-0d34-0410-b5e6-96231b3b80d8
lib/CodeGen/CGExpr.cpp
lib/CodeGen/CGValue.h
test/CodeGen/ext-vector-member-alignment.c [new file with mode: 0644]