[PATCH] D20228: Fix types for AVX-512 pshufd intrinsics.

Craig Topper via llvm-commits llvm-commits at lists.llvm.org
Fri May 13 00:04:49 PDT 2016


craig.topper added a comment.

I'll update clang's builtin type string after this is approved. It has even more problems. The immediate in the type string has a 'C' in front of it which makes the vector type argument that proceeds it constant. Believe it was intend to be an 'I'.


http://reviews.llvm.org/D20228





More information about the llvm-commits mailing list