summaryrefslogtreecommitdiffstats
path: root/llvm/test/CodeGen/AMDGPU/extract-lowbits.ll
Commit message (Expand)AuthorAgeFilesLines
* [AMDGPU] Divergence driven instruction selection. Part 1.Alexander Timofeev2018-09-211-2/+2
* [AMDGPU] Recognize x & ~(-1 << y) pattern.Roman Lebedev2018-06-151-45/+15
* [AMDGPU] Recognize x & ((1 << y) - 1) pattern.Roman Lebedev2018-06-151-39/+15
* [AMDGPU] Recognize x & (-1 >> (32 - y)) pattern.Roman Lebedev2018-06-151-30/+10
* [NFC][AMDGPU] Add tests for all the various IR patterns equivalent to extract...Roman Lebedev2018-06-111-0/+263
OpenPOWER on IntegriCloud