Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | AMDGPU: Remove more unused intrinsics | Matt Arsenault | 2016-01-23 | 1 | -13/+0 |
| | | | | | | Replace tests with lrp with basic IR expansion llvm-svn: 258612 | ||||
* | [DAGCombiner] Improve FMA support for interpolation patterns | Simon Pilgrim | 2015-09-21 | 1 | -1/+1 |
| | | | | | | | | | | This patch adds support for combining patterns such as (FMUL(FADD(1.0, x), y)) and (FMUL(FSUB(x, 1.0), y)) to their FMA equivalents. This is useful in particular for linear interpolation cases such as (FADD(FMUL(x, t), FMUL(y, FSUB(1.0, t)))) Differential Revision: http://reviews.llvm.org/D13003 llvm-svn: 248210 | ||||
* | AMDGPU/SI: Select mad patterns to v_mac_f32 | Tom Stellard | 2015-07-13 | 1 | -1/+1 |
| | | | | | | | | | The two-address instruction pass will convert these back to v_mad_f32 if necessary. Differential Revision: http://reviews.llvm.org/D11060 llvm-svn: 242038 | ||||
* | R600 -> AMDGPU rename | Tom Stellard | 2015-06-13 | 1 | -0/+13 |
llvm-svn: 239657 |