summaryrefslogtreecommitdiffstats
path: root/llvm/test/CodeGen/AMDGPU/operand-folding.ll
Commit message (Collapse)AuthorAgeFilesLines
* [AMDGPU] Skip additional folding on the same operand.Michael Liao2019-10-241-0/+24
| | | | | | | | | | Reviewers: rampitec, arsenm Subscribers: kzhuravl, jvesely, wdng, nhaehnle, yaxunl, dstuttard, tpr, t-tye, hiraditya, llvm-commits Tags: #llvm Differential Revision: https://reviews.llvm.org/D69355
* AMDGPU: Mark all unspecified CC functions in tests as amdgpu_kernelMatt Arsenault2017-03-211-7/+7
| | | | | | | | | | | | 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: Don't fold subregister extracts into tied operandsMatt Arsenault2016-08-151-0/+15
| | | | llvm-svn: 278676
* AMDGPU: Remove some old intrinsic uses from testsMatt Arsenault2016-02-111-8/+9
| | | | llvm-svn: 260493
* AMDGPU: Add sdst operand to VOP2b instructionsMatt Arsenault2015-08-291-1/+1
| | | | | | | | | | The VOP3 encoding of these allows any SGPR pair for the i1 output, but this was forced before to always use vcc. This doesn't yet try to use this, but does add the operand to the definitions so the main change is adding vcc to the output of the VOP2 encoding. llvm-svn: 246358
* R600 -> AMDGPU renameTom Stellard2015-06-131-0/+113
llvm-svn: 239657
OpenPOWER on IntegriCloud