Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [AMDGPU] Improve code size cost model | Daniil Fukalov | 2019-10-17 | 1 | -4/+6 |
| | | | | | | | | | | | | | | | | | | | Summary: Added estimation for zero size insertelement, extractelement and llvm.fabs operators. Updated inline/unroll parameters default values. Reviewers: rampitec, arsenm Reviewed By: arsenm Subscribers: kzhuravl, jvesely, wdng, nhaehnle, yaxunl, dstuttard, tpr, t-tye, hiraditya, llvm-commits Tags: #llvm Differential Revision: https://reviews.llvm.org/D68881 llvm-svn: 375109 | ||||
* | AMDGPU: Make some packed shuffles free | Matt Arsenault | 2017-05-10 | 1 | -15/+28 |
| | | | | | | | VOP3P instructions can encode access to either half of the register. llvm-svn: 302730 | ||||
* | AMDGPU: Mark all unspecified CC functions in tests as amdgpu_kernel | Matt Arsenault | 2017-03-21 | 1 | -4/+4 |
| | | | | | | | | | | | | Currently the default C calling convention functions are treated the same as compute kernels. Make this explicit so the default calling convention can be changed to a non-kernel. Converted with perl -pi -e 's/define void/define amdgpu_kernel void/' on the relevant test directories (and undoing in one place that actually wanted a non-kernel). llvm-svn: 298444 | ||||
* | AMDGPU: TTI: Make insertelement free. | Matt Arsenault | 2016-03-25 | 1 | -0/+37 |
We don't want to have a cost to scalarizing operations. llvm-svn: 264364 |