summaryrefslogtreecommitdiffstats
path: root/llvm/test/CodeGen/Hexagon/vect/vect-bool-basic-compile.ll
Commit message (Collapse)AuthorAgeFilesLines
* [Hexagon] Implement basic vector operations on vectors vNi1Krzysztof Parzyszek2018-01-231-0/+65
In addition to that, make sure that there are no boolean vector types that are associated with multiple register classes. Specifically, remove v32i1 and v64i1 from integer register classes. These types will correspond to results of vector comparisons, and as such should belong to the vector predicate class. Having them in scalar registers as well makes legalization ambiguous. llvm-svn: 323229
OpenPOWER on IntegriCloud