aboutsummaryrefslogtreecommitdiff
path: root/test/CodeGen/R600/load.i8.ll
diff options
context:
space:
mode:
Diffstat (limited to 'test/CodeGen/R600/load.i8.ll')
-rw-r--r--test/CodeGen/R600/load.i8.ll10
1 files changed, 0 insertions, 10 deletions
diff --git a/test/CodeGen/R600/load.i8.ll b/test/CodeGen/R600/load.i8.ll
deleted file mode 100644
index b070dcd52049..000000000000
--- a/test/CodeGen/R600/load.i8.ll
+++ /dev/null
@@ -1,10 +0,0 @@
-;RUN: llc < %s -march=r600 -mcpu=redwood | FileCheck %s
-
-;CHECK: VTX_READ_8 T{{[0-9]+\.X, T[0-9]+\.X}}
-
-define void @test(i32 addrspace(1)* %out, i8 addrspace(1)* %in) {
- %1 = load i8 addrspace(1)* %in
- %2 = zext i8 %1 to i32
- store i32 %2, i32 addrspace(1)* %out
- ret void
-}