Kriti Gupta
a3dfa4e083
[test] Remove occurences of br undef in CodeGen/AMDGPU tests
...
Differential Revision: https://reviews.llvm.org/D148041
2023-04-18 08:47:29 +01:00
Nuno Lopes
047efda60d
Revert "[test] Remove occurences of br undef in CodeGen/AMDGPU tests"
...
This reverts commit 18c594c176036b7ffcd8439ed9c4b08d2085a244.
Build bots broke
2023-04-04 13:45:56 +01:00
Kriti Gupta
18c594c176
[test] Remove occurences of br undef in CodeGen/AMDGPU tests
...
Differential Revision: https://reviews.llvm.org/D145622
2023-04-04 13:15:44 +01:00
Matt Arsenault
d85e849ff4
AMDGPU: Convert some assorted tests to opaque pointers
2022-12-01 21:40:30 -05:00
Matt Arsenault
72d27f5525
AMDGPU: Fix tests using old number for constant address space
...
llvm-svn: 341770
2018-09-10 02:54:25 +00:00
Matt Arsenault
36b4b0bed7
AMDGPU: Remove -mcpu=SI
...
Leftover from before amdgcn/r600 split.
llvm-svn: 310277
2017-08-07 18:30:35 +00:00
Matt Arsenault
3dbeefa978
AMDGPU: Mark all unspecified CC functions in tests as amdgpu_kernel
...
Currently the default C calling convention functions are treated
the same as compute kernels. Make this explicit so the default
calling convention can be changed to a non-kernel.
Converted with perl -pi -e 's/define void/define amdgpu_kernel void/'
on the relevant test directories (and undoing in one place that actually
wanted a non-kernel).
llvm-svn: 298444
2017-03-21 21:39:51 +00:00
Tom Stellard
45bb48ea19
R600 -> AMDGPU rename
...
llvm-svn: 239657
2015-06-13 03:28:10 +00:00