summaryrefslogtreecommitdiff
path: root/test/CodeGen/R600/llvm.sin.ll
diff options
context:
space:
mode:
authorVincent Lejeune <vljn@ovi.com>2013-06-29 19:32:43 +0000
committerVincent Lejeune <vljn@ovi.com>2013-06-29 19:32:43 +0000
commit8f9fbd67c3f803f7397843fdf4b2a7b7ca10189e (patch)
tree5e3a944a057699fcb363fb769eb5f6f31f656a12 /test/CodeGen/R600/llvm.sin.ll
parent7d1a0d4e3ebf058a8b1d0dea9b6119444ed041c8 (diff)
downloadllvm-8f9fbd67c3f803f7397843fdf4b2a7b7ca10189e.tar.gz
llvm-8f9fbd67c3f803f7397843fdf4b2a7b7ca10189e.tar.bz2
llvm-8f9fbd67c3f803f7397843fdf4b2a7b7ca10189e.tar.xz
R600: Support schedule and packetization of trans-only inst
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@185268 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/CodeGen/R600/llvm.sin.ll')
-rw-r--r--test/CodeGen/R600/llvm.sin.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CodeGen/R600/llvm.sin.ll b/test/CodeGen/R600/llvm.sin.ll
index 803dc2d6de..09cc3d2c52 100644
--- a/test/CodeGen/R600/llvm.sin.ll
+++ b/test/CodeGen/R600/llvm.sin.ll
@@ -1,6 +1,6 @@
;RUN: llc < %s -march=r600 -mcpu=redwood | FileCheck %s
-;CHECK: SIN * T{{[0-9]+\.[XYZW], T[0-9]+\.[XYZW]}}
+;CHECK: SIN * T{{[0-9]+\.[XYZW], PV\.[XYZW]}}
define void @test() {
%r0 = call float @llvm.R600.load.input(i32 0)