diff options
Diffstat (limited to 'llvm/test/CodeGen/R600/llvm.SI.gather4.ll')
-rw-r--r-- | llvm/test/CodeGen/R600/llvm.SI.gather4.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/CodeGen/R600/llvm.SI.gather4.ll b/llvm/test/CodeGen/R600/llvm.SI.gather4.ll index 91a2012a95e..cdf34ca3e7f 100644 --- a/llvm/test/CodeGen/R600/llvm.SI.gather4.ll +++ b/llvm/test/CodeGen/R600/llvm.SI.gather4.ll @@ -1,4 +1,4 @@ -;RUN: llc < %s -march=r600 -mcpu=verde -verify-machineinstrs | FileCheck %s +;RUN: llc < %s -march=amdgcn -mcpu=verde -verify-machineinstrs | FileCheck %s ;CHECK-LABEL: {{^}}gather4_v2: ;CHECK: image_gather4 {{v\[[0-9]+:[0-9]+\]}}, 1, 0, 0, -1, 0, 0, 0, 0, {{v\[[0-9]+:[0-9]+\]}}, {{s\[[0-9]+:[0-9]+\]}}, {{s\[[0-9]+:[0-9]+\]}} |