commit | 3d5118ca40fcbe1737f8a8871f18c7276f453d8a | [log] [tgz] |
---|---|---|
author | Vincent Lejeune <vljn@ovi.com> | Fri May 17 16:50:56 2013 +0000 |
committer | Vincent Lejeune <vljn@ovi.com> | Fri May 17 16:50:56 2013 +0000 |
tree | 83dd8d357a37e2abd53434d275e58f6cf24fac1f | |
parent | 4c81d4da6f9ad106af2996a37cdbccaa040cea5b [diff] [blame] |
R600: Use bottom up scheduling algorithm llvm-svn: 182129
diff --git a/llvm/test/CodeGen/R600/floor.ll b/llvm/test/CodeGen/R600/floor.ll index 877d69a..0a807b1 100644 --- a/llvm/test/CodeGen/R600/floor.ll +++ b/llvm/test/CodeGen/R600/floor.ll
@@ -1,6 +1,6 @@ ;RUN: llc < %s -march=r600 -mcpu=redwood | FileCheck %s -;CHECK: FLOOR * T{{[0-9]+\.[XYZW], T[0-9]+\.[XYZW]}} +;CHECK: FLOOR * T{{[0-9]+\.[XYZW], PV\.[xyzw]}} define void @test() { %r0 = call float @llvm.R600.load.input(i32 0)