Aakanksha Patil
3453f3dd46
[AMDGPU] Add gfx1035 target
...
Differential Revision: https://reviews.llvm.org/D104804
2021-06-24 14:32:41 -04:00
Brendon Cahoon
294efbbd3e
Reland "[AMDGPU] Add gfx1013 target"
...
This reverts commit 211e584fa2
.
Fixed a use-after-free error that caused the sanitizers to fail.
2021-06-08 21:15:35 -04:00
Brendon Cahoon
211e584fa2
Revert "[AMDGPU] Add gfx1013 target"
...
This reverts commit ea10a86984
.
A sanitizer buildbot reports an error.
2021-06-08 16:29:41 -04:00
Brendon Cahoon
ea10a86984
[AMDGPU] Add gfx1013 target
...
Differential Revision: https://reviews.llvm.org/D103663
2021-06-08 12:49:49 -04:00
Aakanksha Patil
464e4dc50f
[AMDGPU] Add gfx1034 target
...
Differential Revision: https://reviews.llvm.org/D102306
2021-05-13 14:25:18 -04:00
Jay Foad
94d0fc32f5
[AMDGPU] Add some missing testing for new subtargets gfx90a and gfx90c
...
Differential Revision: https://reviews.llvm.org/D99647
2021-04-06 08:38:59 +01:00
Jay Foad
c9f69ee7f9
[AMDGPU] Add some missing tests for GFX10.3 subtargets
2020-11-03 19:18:34 +00:00
Ronak Chauhan
e760e85680
[llvm-objdump][AMDGPU] Detect CPU string
...
AMDGPU ISA isn't backwards compatible and hence -mcpu must always be specified during disassembly.
However, the AMDGPU target CPU is stored in e_flags in the ELF object.
This patch allows targets to implement CPU string detection, and also implements it for AMDGPU by looking at e_flags.
Reviewed By: scott.linder
Differential Revision: https://reviews.llvm.org/D84519
2020-08-18 17:43:16 +05:30