diff options
author | Vincent Lejeune <vljn@ovi.com> | 2013-05-17 16:50:56 +0000 |
---|---|---|
committer | Vincent Lejeune <vljn@ovi.com> | 2013-05-17 16:50:56 +0000 |
commit | 3d5118ca40fcbe1737f8a8871f18c7276f453d8a (patch) | |
tree | 83dd8d357a37e2abd53434d275e58f6cf24fac1f /llvm/test/CodeGen/R600/fmax.ll | |
parent | 4c81d4da6f9ad106af2996a37cdbccaa040cea5b (diff) | |
download | bcm5719-llvm-3d5118ca40fcbe1737f8a8871f18c7276f453d8a.tar.gz bcm5719-llvm-3d5118ca40fcbe1737f8a8871f18c7276f453d8a.zip |
R600: Use bottom up scheduling algorithm
llvm-svn: 182129
Diffstat (limited to 'llvm/test/CodeGen/R600/fmax.ll')
-rw-r--r-- | llvm/test/CodeGen/R600/fmax.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/CodeGen/R600/fmax.ll b/llvm/test/CodeGen/R600/fmax.ll index 8b704e56484..ef3daad226a 100644 --- a/llvm/test/CodeGen/R600/fmax.ll +++ b/llvm/test/CodeGen/R600/fmax.ll @@ -1,6 +1,6 @@ ;RUN: llc < %s -march=r600 -mcpu=redwood | FileCheck %s -;CHECK: MAX * T{{[0-9]+\.[XYZW], T[0-9]+\.[XYZW], T[0-9]+\.[XYZW]}} +;CHECK: MAX * T{{[0-9]+\.[XYZW], PV\.[xyzw], PV\.[xyzw]}} define void @test() { %r0 = call float @llvm.R600.load.input(i32 0) |