aboutsummaryrefslogtreecommitdiffstats
path: root/test/CodeGen/R600/fmad.ll
diff options
context:
space:
mode:
authorVincent Lejeune <vljn@ovi.com>2013-05-17 16:50:56 +0000
committerVincent Lejeune <vljn@ovi.com>2013-05-17 16:50:56 +0000
commit76fc2d077f955174c14e658bf179620ef49dd792 (patch)
tree6bc2396ca4a9e6c88efcc62e2a08ee1d0cda703d /test/CodeGen/R600/fmad.ll
parent21ca0b3ea45549f6f16c5b2d0e96ad49256baa1d (diff)
downloadexternal_llvm-76fc2d077f955174c14e658bf179620ef49dd792.zip
external_llvm-76fc2d077f955174c14e658bf179620ef49dd792.tar.gz
external_llvm-76fc2d077f955174c14e658bf179620ef49dd792.tar.bz2
R600: Use bottom up scheduling algorithm
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@182129 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/CodeGen/R600/fmad.ll')
-rw-r--r--test/CodeGen/R600/fmad.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CodeGen/R600/fmad.ll b/test/CodeGen/R600/fmad.ll
index 62001ed..8614115 100644
--- a/test/CodeGen/R600/fmad.ll
+++ b/test/CodeGen/R600/fmad.ll
@@ -1,6 +1,6 @@
;RUN: llc < %s -march=r600 -mcpu=redwood | FileCheck %s
-;CHECK: MULADD_IEEE * T{{[0-9]+\.[XYZW], T[0-9]+\.[XYZW], T[0-9]+\.[XYZW], T[0-9]+\.[XYZW]}}
+;CHECK: MULADD_IEEE * {{T[0-9]+\.[XYZW], PV\.[xyzw], PV.[xyzw], PV\.[xyzw]}}
define void @test() {
%r0 = call float @llvm.R600.load.input(i32 0)