diff options
| author | Tom Stellard <thomas.stellard@amd.com> | 2014-11-05 14:50:34 +0000 |
|---|---|---|
| committer | Tom Stellard <thomas.stellard@amd.com> | 2014-11-05 14:50:34 +0000 |
| commit | bd59920616d2226f517f797a1c6223d023228c54 (patch) | |
| tree | b1fc3f4a44189bcebfada0c467e896dd67a5b643 /llvm/test/CodeGen | |
| parent | c560b365a0c51c1da87f190fa836213c949abfcc (diff) | |
| download | bcm5719-llvm-bd59920616d2226f517f797a1c6223d023228c54.tar.gz bcm5719-llvm-bd59920616d2226f517f797a1c6223d023228c54.zip | |
R600/SI: Add an extra check line to make test more strict
llvm-svn: 221349
Diffstat (limited to 'llvm/test/CodeGen')
| -rw-r--r-- | llvm/test/CodeGen/R600/sext-in-reg.ll | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/llvm/test/CodeGen/R600/sext-in-reg.ll b/llvm/test/CodeGen/R600/sext-in-reg.ll index f43d006bae9..a23931337ae 100644 --- a/llvm/test/CodeGen/R600/sext-in-reg.ll +++ b/llvm/test/CodeGen/R600/sext-in-reg.ll @@ -468,6 +468,7 @@ define void @sextload_i8_to_i32_bfe(i32 addrspace(1)* %out, i8 addrspace(1)* %pt } ; FUNC-LABEL: {{^}}sextload_i8_to_i32_bfe_0: +; SI: .text ; SI-NOT: BFE ; SI: S_ENDPGM define void @sextload_i8_to_i32_bfe_0(i32 addrspace(1)* %out, i8 addrspace(1)* %ptr) nounwind { |

