summaryrefslogtreecommitdiffstats
path: root/llvm/test/CodeGen/AMDGPU/reduce-build-vec-ext-to-ext-build-vec.ll
Commit message (Collapse)AuthorAgeFilesLines
* AMDGPU: Decompose all values to 32-bit pieces for calling conventionsMatt Arsenault2019-07-191-3/+3
| | | | | | | | | | This is the more natural lowering, and presents more opportunities to reduce 64-bit ops to 32-bit. This should also help avoid issues graphics shaders have had with 64-bit values, and simplify argument lowering in globalisel. llvm-svn: 366578
* AMDGPU: Make v4i16/v4f16 legalMatt Arsenault2018-06-151-0/+20
Some image loads return these, and it's awkward working around them not being legal. llvm-svn: 334835
OpenPOWER on IntegriCloud