summaryrefslogtreecommitdiffstats
path: root/llvm/test/Analysis/CostModel/AMDGPU/shufflevector.ll
Commit message (Collapse)AuthorAgeFilesLines
* [AMDGPU] Fix bug introduced in 47a5c36b37f0dfukalov2019-11-071-4/+15
| | | | | | | | | | | | | | Summary: [AMDGPU] Fix bug introduced in 47a5c36b37f0 Reviewers: foad, arsenm Reviewed By: arsenm Subscribers: arsenm, kzhuravl, jvesely, wdng, nhaehnle, yaxunl, dstuttard, tpr, t-tye, hiraditya, llvm-commits Tags: #llvm Differential Revision: https://reviews.llvm.org/D69915
* [AMDGPU] Improve code size cost model (part 2)dfukalov2019-11-061-1/+11
| | | | | | | | | | | | | | Summary: Added estimations for ShuffleVector, some cast and arithmetic instructions Reviewers: rampitec Reviewed By: rampitec Subscribers: arsenm, kzhuravl, jvesely, wdng, nhaehnle, yaxunl, dstuttard, tpr, t-tye, hiraditya, zzheng, llvm-commits Tags: #llvm Differential Revision: https://reviews.llvm.org/D69629
* AMDGPU: Make some packed shuffles freeMatt Arsenault2017-05-101-0/+43
VOP3P instructions can encode access to either half of the register. llvm-svn: 302730
OpenPOWER on IntegriCloud