summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Target/AMDGPU/SIFixupVectorISel.cpp
Commit message (Collapse)AuthorAgeFilesLines
* [AMDGPU] Add FixupVectorISel pass, currently Supports SREGs in GLOBAL LD/STRon Lieberman2018-11-161-0/+224
Add a pass to fixup various vector ISel issues. Currently we handle converting GLOBAL_{LOAD|STORE}_* and GLOBAL_Atomic_* instructions into their _SADDR variants. This involves feeding the sreg into the saddr field of the new instruction. llvm-svn: 347008
OpenPOWER on IntegriCloud