summaryrefslogtreecommitdiff
path: root/test/CodeGen
diff options
context:
space:
mode:
authorTom Stellard <thomas.stellard@amd.com>2014-05-09 16:42:16 +0000
committerTom Stellard <thomas.stellard@amd.com>2014-05-09 16:42:16 +0000
commit87b983680c5718e85ea9545fe34f0ec05e8b016a (patch)
tree0ef14bda6b14f9f3f9a614d61dd6848328bc8821 /test/CodeGen
parentbfaccd494f8abcfd5db129235affa7219264bcee (diff)
downloadllvm-87b983680c5718e85ea9545fe34f0ec05e8b016a.tar.gz
llvm-87b983680c5718e85ea9545fe34f0ec05e8b016a.tar.bz2
llvm-87b983680c5718e85ea9545fe34f0ec05e8b016a.tar.xz
R600: Move MIN/MAX matching from LowerOperation() to PerformDAGCombine()
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@208429 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/CodeGen')
-rw-r--r--test/CodeGen/R600/pv.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CodeGen/R600/pv.ll b/test/CodeGen/R600/pv.ll
index 5a930b2926..f322bc71c6 100644
--- a/test/CodeGen/R600/pv.ll
+++ b/test/CodeGen/R600/pv.ll
@@ -1,7 +1,7 @@
; RUN: llc < %s -march=r600 | FileCheck %s
;CHECK: DOT4 * T{{[0-9]\.W}} (MASKED)
-;CHECK: MAX T{{[0-9].[XYZW]}}, 0.0, PV.X
+;CHECK: MAX T{{[0-9].[XYZW]}}, PV.X, 0.0
define void @main(<4 x float> inreg %reg0, <4 x float> inreg %reg1, <4 x float> inreg %reg2, <4 x float> inreg %reg3, <4 x float> inreg %reg4, <4 x float> inreg %reg5, <4 x float> inreg %reg6, <4 x float> inreg %reg7) #0 {
main_body: