diff options
author | Filipe Cabecinhas <me@filcab.net> | 2014-05-11 08:12:56 +0000 |
---|---|---|
committer | Filipe Cabecinhas <me@filcab.net> | 2014-05-11 08:12:56 +0000 |
commit | 0e3d1cb5d6df971f02960f4d6433faed7c0b1367 (patch) | |
tree | e2d5d136aa77ec1c84940cd30ccd99bd57b853b1 /clang/lib/Frontend/CompilerInvocation.cpp | |
parent | 8ab3e83efa434b5a3301802a0c4e9f30b99f999e (diff) | |
download | llvm-0e3d1cb5d6df971f02960f4d6433faed7c0b1367.zip llvm-0e3d1cb5d6df971f02960f4d6433faed7c0b1367.tar.gz llvm-0e3d1cb5d6df971f02960f4d6433faed7c0b1367.tar.bz2 |
Fixed a bug when lowering build_vector (PR19694)
When lowering build_vector to an insertps, we would still lower it, even
if the source vectors weren't v4x32. This would break on avx if the source
was a v8x32. We now check the type of the source vectors.
llvm-svn: 208487
Diffstat (limited to 'clang/lib/Frontend/CompilerInvocation.cpp')
0 files changed, 0 insertions, 0 deletions