diff options
Diffstat (limited to 'llvm/test/CodeGen/AMDGPU/verify-image.mir')
| -rw-r--r-- | llvm/test/CodeGen/AMDGPU/verify-image.mir | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/llvm/test/CodeGen/AMDGPU/verify-image.mir b/llvm/test/CodeGen/AMDGPU/verify-image.mir index 98eaec600aeb..614ac6e3af6c 100644 --- a/llvm/test/CodeGen/AMDGPU/verify-image.mir +++ b/llvm/test/CodeGen/AMDGPU/verify-image.mir @@ -1,5 +1,5 @@ -# RUN: not --crash llc -mtriple=amdgcn -mcpu=gfx1100 -run-pass=machineverifier -o /dev/null %s 2>&1 | FileCheck -check-prefix=GFX11-ERR %s -# RUN: not --crash llc -mtriple=amdgcn -mcpu=gfx1100 --passes='machine-function(verify)' -o /dev/null %s 2>&1 | FileCheck -check-prefix=GFX11-ERR %s +# RUN: not --crash llc -mtriple=amdgcn -mcpu=gfx1100 -run-pass=machineverifier -filetype=null %s 2>&1 | FileCheck -check-prefix=GFX11-ERR %s +# RUN: not --crash llc -mtriple=amdgcn -mcpu=gfx1100 --passes='machine-function(verify)' -filetype=null %s 2>&1 | FileCheck -check-prefix=GFX11-ERR %s --- name: image_verify |
