summaryrefslogtreecommitdiffstats
path: root/llvm/test/CodeGen/AMDGPU/reqd-work-group-size.ll
Commit message (Collapse)AuthorAgeFilesLines
* AMDGPU: Add pass to optimize reqd_work_group_sizeMatt Arsenault2018-05-181-0/+501
Eliminate loads from the dispatch packet when they will have a known value. Also pattern match the code used by the library to handle partial workgroup dispatches, which isn't necessary if reqd_work_group_size is used. llvm-svn: 332771
OpenPOWER on IntegriCloud