diff options
Diffstat (limited to 'llvm/test/CodeGen/R600/llvm.SI.image.sample.ll')
-rw-r--r-- | llvm/test/CodeGen/R600/llvm.SI.image.sample.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/CodeGen/R600/llvm.SI.image.sample.ll b/llvm/test/CodeGen/R600/llvm.SI.image.sample.ll index ebff3914183..779c8cc573b 100644 --- a/llvm/test/CodeGen/R600/llvm.SI.image.sample.ll +++ b/llvm/test/CodeGen/R600/llvm.SI.image.sample.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: {{^}}sample: ;CHECK: image_sample {{v\[[0-9]+:[0-9]+\]}}, 15, 0, 0, 0, 0, 0, 0, 0, {{v\[[0-9]+:[0-9]+\]}}, {{s\[[0-9]+:[0-9]+\]}}, {{s\[[0-9]+:[0-9]+\]}} |