summaryrefslogtreecommitdiffstats
path: root/llvm/test/CodeGen/AMDGPU/split-arg-dbg-value.ll
Commit message (Collapse)AuthorAgeFilesLines
* [AMDGPU] Remove update_llc_test_checks for a testScott Linder2019-10-251-2/+1
| | | | | | | | | The test split-arg-dbg-value.ll has a host-specific path in the full output captured by update_llc_test_checks. Fix for test failures introduced in https://reviews.llvm.org/D69402 Tags: #llvm
* [AMDGPU] Clean up update_llc_test_checks CodeGen testsScott Linder2019-10-241-1/+1
| | | | | | | | | | | | | | Summary: Some tests have been hand edited without removing the update_llc_test_checks header, some have slightly outdated CHECK lines which still pass, and some have additional comments which update_llc_test_checks pushes towards the function body. Subscribers: kzhuravl, jvesely, wdng, nhaehnle, yaxunl, dstuttard, tpr, t-tye, llvm-commits Tags: #llvm Differential Revision: https://reviews.llvm.org/D69402
* AMDGPU: Attempt to fix bot errorMatt Arsenault2019-07-191-1/+1
| | | | | | | Manually remove file name from check line, since it somehow ends up being different on an msvc bot. llvm-svn: 366586
* AMDGPU: Decompose all values to 32-bit pieces for calling conventionsMatt Arsenault2019-07-191-9/+6
| | | | | | | | | | This is the more natural lowering, and presents more opportunities to reduce 64-bit ops to 32-bit. This should also help avoid issues graphics shaders have had with 64-bit values, and simplify argument lowering in globalisel. llvm-svn: 366578
* DAG: Handle dbg_value for arguments split into multiple subregsMatt Arsenault2019-07-191-0/+227
This was handled previously for arguments split due to not fitting in an MVT. This was dropping the register for argument registers split due to TLI::getRegisterTypeForCallingConv. llvm-svn: 366574
OpenPOWER on IntegriCloud