summaryrefslogtreecommitdiffstats
path: root/llvm/test/CodeGen/AMDGPU/offset-split-global.ll
Commit message (Collapse)AuthorAgeFilesLines
* AMDGPU: Split flat offsets that don't fit in DAGMatt Arsenault2019-10-201-208/+170
| | | | | | | | | | We handle it this way for some other address spaces. Since r349196, SILoadStoreOptimizer has been trying to do this. This is after SIFoldOperands runs, which can change the addressing patterns. It's simpler to just split this earlier. llvm-svn: 375366
* AMDGPU: Add baseline tests for flat offset splittingMatt Arsenault2019-10-201-0/+1446
llvm-svn: 375364
OpenPOWER on IntegriCloud