summaryrefslogtreecommitdiffstats
path: root/llvm/test/CodeGen/AMDGPU/scheduler-subrange-crash.ll
Commit message (Collapse)AuthorAgeFilesLines
* AMDGPU: Convert tests away from llvm.SI.load.constMatt Arsenault2019-01-171-4/+4
| | | | llvm-svn: 351494
* AMDGPU: Remove llvm.SI.buffer.load.dwordMatt Arsenault2018-12-071-2/+2
| | | | llvm-svn: 348616
* AMDGPU: Remove SITypeRewriterMatt Arsenault2017-06-281-6/+6
| | | | | | | This was an old workaround for using v16i8 in some old intrinsics for resource descriptors. llvm-svn: 306603
* [AMDGPU] Add intrinsics for tbuffer load and storeDavid Stuttard2017-06-221-9/+9
| | | | | | | | | | | | | | | Intrinsic already existed for llvm.SI.tbuffer.store Needed tbuffer.load and also re-implementing the intrinsic as llvm.amdgcn.tbuffer.* Added CodeGen tests for the 2 new variants added. Left the original llvm.SI.tbuffer.store implementation to avoid issues with existing code Subscribers: arsenm, kzhuravl, wdng, nhaehnle, yaxunl, tony-tye, tpr Differential Revision: https://reviews.llvm.org/D30687 llvm-svn: 306031
* Do not consider subreg defs as reads when computing subrange livenessKrzysztof Parzyszek2016-09-021-0/+55
Subregister definitions are considered uses for the purpose of tracking liveness of the whole register. At the same time, when calculating live interval subranges, subregister defs should not be treated as uses. Differential Revision: https://reviews.llvm.org/D24190 llvm-svn: 280532
OpenPOWER on IntegriCloud