summaryrefslogtreecommitdiffstats
path: root/llvm/test/CodeGen/Hexagon/vect/vect-cst-v4i32.ll
Commit message (Collapse)AuthorAgeFilesLines
* [Hexagon] Implement buildVector32 and buildVector64 as utility functionsKrzysztof Parzyszek2017-11-221-0/+3
| | | | | | | | | Change LowerBUILD_VECTOR to use those functions. This commit will tempora- rily affect constant vector generation (it will generate constant-extended values instead of non-extended combines), but the code for the general case should be better. The constant selection part will be fixed later. llvm-svn: 318877
* [Hexagon] Replace instruction definitions with auto-generated onesKrzysztof Parzyszek2017-02-101-1/+1
| | | | llvm-svn: 294753
* [Hexagon] Split double registersKrzysztof Parzyszek2015-10-161-1/+1
| | | | llvm-svn: 250549
* [Hexagon] Add support for vector instructionsKrzysztof Parzyszek2015-03-191-0/+29
llvm-svn: 232728
OpenPOWER on IntegriCloud