summaryrefslogtreecommitdiff
path: root/test/CodeGen/R600/llvm.pow.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.pow.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.pow.ll')
-rw-r--r--test/CodeGen/R600/llvm.pow.ll4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/CodeGen/R600/llvm.pow.ll b/test/CodeGen/R600/llvm.pow.ll
index 1422083704..0f51cf46f5 100644
--- a/test/CodeGen/R600/llvm.pow.ll
+++ b/test/CodeGen/R600/llvm.pow.ll
@@ -1,8 +1,8 @@
;RUN: llc < %s -march=r600 -mcpu=redwood | FileCheck %s
;CHECK: LOG_IEEE * T{{[0-9]+\.[XYZW], T[0-9]+\.[XYZW]}}
-;CHECK: MUL NON-IEEE * T{{[0-9]+\.[XYZW], T[0-9]+\.[XYZW], T[0-9]+\.[XYZW]}}
-;CHECK-NEXT: EXP_IEEE * T{{[0-9]+\.[XYZW], T[0-9]+\.[XYZW]}}
+;CHECK: MUL NON-IEEE * T{{[0-9]+\.[XYZW], T[0-9]+\.[XYZW], PS}}
+;CHECK-NEXT: EXP_IEEE * T{{[0-9]+\.[XYZW], PV\.[XYZW]}}
define void @test() {
%r0 = call float @llvm.R600.load.input(i32 0)