Fangrui Song
0ef6742182
[llvm-objdump] Tidy up AMDGCNPrettyPrinter
...
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@363650 91177308-0d34-0410-b5e6-96231b3b80d8
2019-06-18 06:35:18 +00:00
Konstantin Zhuravlyov
d0eb792425
AMDGPU: Enable code object v3 for AMDHSA only
...
Differential Revision: https://reviews.llvm.org/D54186
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@346923 91177308-0d34-0410-b5e6-96231b3b80d8
2018-11-15 02:32:43 +00:00
Konstantin Zhuravlyov
b5d6bd0e48
Revert r345542: AMDGPU: Enable code object v3 by default
...
It breaks mesa.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@345662 91177308-0d34-0410-b5e6-96231b3b80d8
2018-10-30 22:02:40 +00:00
Konstantin Zhuravlyov
93ce40bd23
AMDGPU: Enable code object v3 by default
...
Differential Revision: https://reviews.llvm.org/D53525
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@345542 91177308-0d34-0410-b5e6-96231b3b80d8
2018-10-29 21:07:27 +00:00
Matt Arsenault
7c299a76cf
AMDGPU: Fix tests using old number for constant address space
...
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@341770 91177308-0d34-0410-b5e6-96231b3b80d8
2018-09-10 02:54:25 +00:00
Matt Arsenault
1ad9b2d946
AMDGPU: Actually write nops for writeNopData
...
Before this was just writing 0s, which ends up looking like a
v_cndmask_b32 v0, s0, v0, vcc. Write out an encoded s_nop instead.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@299816 91177308-0d34-0410-b5e6-96231b3b80d8
2017-04-08 21:28:38 +00:00