mirror of
https://github.com/RPCS3/llvm.git
synced 2025-02-05 01:56:16 +00:00
AMDGPU: Fix some places missed in rename
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@240143 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
75708d8749
commit
826539160c
@ -635,6 +635,6 @@ include "llvm/IR/IntrinsicsXCore.td"
|
|||||||
include "llvm/IR/IntrinsicsHexagon.td"
|
include "llvm/IR/IntrinsicsHexagon.td"
|
||||||
include "llvm/IR/IntrinsicsNVVM.td"
|
include "llvm/IR/IntrinsicsNVVM.td"
|
||||||
include "llvm/IR/IntrinsicsMips.td"
|
include "llvm/IR/IntrinsicsMips.td"
|
||||||
include "llvm/IR/IntrinsicsR600.td"
|
include "llvm/IR/IntrinsicsAMDGPU.td"
|
||||||
include "llvm/IR/IntrinsicsBPF.td"
|
include "llvm/IR/IntrinsicsBPF.td"
|
||||||
include "llvm/IR/IntrinsicsSystemZ.td"
|
include "llvm/IR/IntrinsicsSystemZ.td"
|
||||||
|
3
test/Transforms/CodeGenPrepare/AMDGPU/lit.local.cfg
Normal file
3
test/Transforms/CodeGenPrepare/AMDGPU/lit.local.cfg
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
if not 'AMDGPU' in config.root.targets:
|
||||||
|
config.unsupported = True
|
||||||
|
|
@ -1,3 +0,0 @@
|
|||||||
if not 'R600' in config.root.targets:
|
|
||||||
config.unsupported = True
|
|
||||||
|
|
3
test/Transforms/LoopIdiom/AMDGPU/lit.local.cfg
Normal file
3
test/Transforms/LoopIdiom/AMDGPU/lit.local.cfg
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
if not 'AMDGPU' in config.root.targets:
|
||||||
|
config.unsupported = True
|
||||||
|
|
@ -1,3 +0,0 @@
|
|||||||
if not 'R600' in config.root.targets:
|
|
||||||
config.unsupported = True
|
|
||||||
|
|
3
test/Transforms/SLPVectorizer/AMDGPU/lit.local.cfg
Normal file
3
test/Transforms/SLPVectorizer/AMDGPU/lit.local.cfg
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
if not 'AMDGPU' in config.root.targets:
|
||||||
|
config.unsupported = True
|
||||||
|
|
@ -1,3 +0,0 @@
|
|||||||
if not 'R600' in config.root.targets:
|
|
||||||
config.unsupported = True
|
|
||||||
|
|
@ -0,0 +1,3 @@
|
|||||||
|
if not 'AMDGPU' in config.root.targets:
|
||||||
|
config.unsupported = True
|
||||||
|
|
@ -1,3 +0,0 @@
|
|||||||
if not 'R600' in config.root.targets:
|
|
||||||
config.unsupported = True
|
|
||||||
|
|
2
test/Transforms/SimplifyCFG/AMDGPU/lit.local.cfg
Normal file
2
test/Transforms/SimplifyCFG/AMDGPU/lit.local.cfg
Normal file
@ -0,0 +1,2 @@
|
|||||||
|
if not 'AMDGPU' in config.root.targets:
|
||||||
|
config.unsupported = True
|
@ -1,2 +0,0 @@
|
|||||||
if not 'R600' in config.root.targets:
|
|
||||||
config.unsupported = True
|
|
@ -0,0 +1,2 @@
|
|||||||
|
if not 'AMDGPU' in config.root.targets:
|
||||||
|
config.unsupported = True
|
@ -1,2 +0,0 @@
|
|||||||
if not 'R600' in config.root.targets:
|
|
||||||
config.unsupported = True
|
|
Loading…
x
Reference in New Issue
Block a user