diff options
| author | Matt Arsenault <Matthew.Arsenault@amd.com> | 2014-05-01 16:37:52 +0000 |
|---|---|---|
| committer | Matt Arsenault <Matthew.Arsenault@amd.com> | 2014-05-01 16:37:52 +0000 |
| commit | 06028dd7be41bf55c11d3045314dc71082346c8e (patch) | |
| tree | 5182340c7552428bbaa6d7a81a0e17f4133051d2 /llvm/test/CodeGen/R600/array-ptr-calc-i32.ll | |
| parent | ffc1c6af499c0744d8862c6f01b1224df7fe29ce (diff) | |
| download | bcm5719-llvm-06028dd7be41bf55c11d3045314dc71082346c8e.tar.gz bcm5719-llvm-06028dd7be41bf55c11d3045314dc71082346c8e.zip | |
R600/SI: Fix verifier error with pseudo store instructions.
Use i32 instead of specifying SReg_32. When this is
the pseudo INDIRECT_BASE_ADDR, this would give a bogus
verifier error.
llvm-svn: 207770
Diffstat (limited to 'llvm/test/CodeGen/R600/array-ptr-calc-i32.ll')
| -rw-r--r-- | llvm/test/CodeGen/R600/array-ptr-calc-i32.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/CodeGen/R600/array-ptr-calc-i32.ll b/llvm/test/CodeGen/R600/array-ptr-calc-i32.ll index cb2a1c80a16..c2362da15cd 100644 --- a/llvm/test/CodeGen/R600/array-ptr-calc-i32.ll +++ b/llvm/test/CodeGen/R600/array-ptr-calc-i32.ll @@ -1,4 +1,4 @@ -; RUN: llc -march=r600 -mcpu=SI < %s | FileCheck -check-prefix=SI %s +; RUN: llc -verify-machineinstrs -march=r600 -mcpu=SI < %s | FileCheck -check-prefix=SI %s declare i32 @llvm.SI.tid() nounwind readnone declare void @llvm.AMDGPU.barrier.local() nounwind noduplicate |

