summaryrefslogtreecommitdiffstats
path: root/llvm/test/CodeGen/AMDGPU/global-extload-i32.ll
Commit message (Collapse)AuthorAgeFilesLines
* AMDGPU: Make v2i64/v2f64 legal types.Matt Arsenault2015-11-251-121/+61
| | | | | | | They can be loaded and stored, so count them as legal. This is mostly to fix a number of common cases for load/store merging. llvm-svn: 254086
* AMDGPU: Split x8 and x16 vector loads instead of scalarizeMatt Arsenault2015-11-241-117/+28
| | | | | | | | The one regression in the builtin tests is in the read2 test which now (again) has many extra copies, but this should be solved once the pass is replaced with a DAG combine. llvm-svn: 253974
* R600 -> AMDGPU renameTom Stellard2015-06-131-0/+457
llvm-svn: 239657
OpenPOWER on IntegriCloud