Stanislav Mekhanoshin
a8d9d50762
[AMDGPU] gfx90a support
...
Differential Revision: https://reviews.llvm.org/D96906
2021-02-17 16:01:32 -08:00
Mircea Trofin
ee57d30f44
[NFC] Removed unused prefixes from CodeGen/AMDGPU
...
Last bulk batch.
Differential Revision: https://reviews.llvm.org/D94236
2021-01-07 09:48:14 -08:00
Matt Arsenault
f333736757
AMDGPU: Remove SGPRSpillVGPRDefinedSet hack
...
These VGPRs should be reserved and therefore do not need "correct"
liveness. They should not have undef uses, which can still cause
issues.
2020-12-16 21:33:35 -05:00
Stanislav Mekhanoshin
5ab1702129
[AMDGPU] Remove scratch rsrc from spill pseudos
...
Differential Revision: https://reviews.llvm.org/D91110
2020-11-12 15:23:37 -08:00
Matt Arsenault
663f16684d
AMDGPU: Fix verifier error on killed spill of partially undef register
...
This does unfortunately end up with extra waitcnts getting inserted
that were avoided before. Ideally we would avoid the spills of these
undef components in the first place.
2020-10-15 09:45:44 -04:00