summaryrefslogtreecommitdiffstats
path: root/clang/test/Sema/ext_vector_ops.c
Commit message (Collapse)AuthorAgeFilesLines
* Catch invalid bitwise operation on vector of floatsSerge Pavlov2017-06-081-0/+27
Bitwise complement applied to vector of floats described with attribute `ext_vector_type` is not diagnosed as error. Attempt to compile such construct causes assertion violation in Instruction.cpp. With this change the complement is treated similar to the case of vector type described with attribute `vector_size`. Differential Revision: https://reviews.llvm.org/D33732 llvm-svn: 304963
OpenPOWER on IntegriCloud