summaryrefslogtreecommitdiffstats
path: root/llvm/test/CodeGen/AMDGPU/bitreverse-inline-immediates.ll
Commit message (Collapse)AuthorAgeFilesLines
* AMDGPU: Make i64 loads/stores promote to v2i32Matt Arsenault2016-05-021-2/+2
| | | | | | | | | | | | Now that unaligned access expansion should not attempt to produce i64 accesses, we can remove the hack in PreprocessISelDAG where this is done. This allows splitting i64 private accesses while allowing the new add nodes indexing the vector components can be folded with the base pointer arithmetic. llvm-svn: 268293
* AMDGPU: Materialize sign bits with bfrevMatt Arsenault2016-03-111-0/+158
If a constant is the same as the reverse of an inline immediate, this is 4 bytes smaller than having to embed a 32-bit literal. llvm-svn: 263201
OpenPOWER on IntegriCloud