]> granicus.if.org Git - clang/commit
Make the variant of __builtin_shufflevector that takes the shuffle indexes as a vecto...
authorEli Friedman <eli.friedman@gmail.com>
Thu, 5 Apr 2012 21:48:40 +0000 (21:48 +0000)
committerEli Friedman <eli.friedman@gmail.com>
Thu, 5 Apr 2012 21:48:40 +0000 (21:48 +0000)
commit87b9c0311f96c35109204a49d4bda909aa72b62a
treeca07771fbf1b7fded9ba7f111c0b344d8cafebeb
parent6fd4505ad67a186da8cc26fdb493c93fe4937555
Make the variant of __builtin_shufflevector that takes the shuffle indexes as a vector actually usable. Patch by David Neto.  PR12465.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@154128 91177308-0d34-0410-b5e6-96231b3b80d8
lib/CodeGen/CGExprScalar.cpp
test/CodeGen/builtinshufflevector2.c [new file with mode: 0644]