Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [AMDGPU] Divergence driven instruction selection. Part 1. | Alexander Timofeev | 2018-09-21 | 1 | -2/+2 |
* | [AMDGPU] Recognize x & ~(-1 << y) pattern. | Roman Lebedev | 2018-06-15 | 1 | -45/+15 |
* | [AMDGPU] Recognize x & ((1 << y) - 1) pattern. | Roman Lebedev | 2018-06-15 | 1 | -39/+15 |
* | [AMDGPU] Recognize x & (-1 >> (32 - y)) pattern. | Roman Lebedev | 2018-06-15 | 1 | -30/+10 |
* | [NFC][AMDGPU] Add tests for all the various IR patterns equivalent to extract... | Roman Lebedev | 2018-06-11 | 1 | -0/+263 |