R600: Use bottom up scheduling algorithm
authorVincent Lejeune <vljn@ovi.com>
Fri, 17 May 2013 16:50:56 +0000 (16:50 +0000)
committerVincent Lejeune <vljn@ovi.com>
Fri, 17 May 2013 16:50:56 +0000 (16:50 +0000)
commit76fc2d077f955174c14e658bf179620ef49dd792
tree6bc2396ca4a9e6c88efcc62e2a08ee1d0cda703d
parent21ca0b3ea45549f6f16c5b2d0e96ad49256baa1d
R600: Use bottom up scheduling algorithm

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@182129 91177308-0d34-0410-b5e6-96231b3b80d8
19 files changed:
lib/Target/R600/R600MachineScheduler.cpp
lib/Target/R600/R600MachineScheduler.h
lib/Target/R600/R600RegisterInfo.cpp
lib/Target/R600/R600RegisterInfo.h
test/CodeGen/R600/fabs.ll
test/CodeGen/R600/fadd.ll
test/CodeGen/R600/fdiv.ll
test/CodeGen/R600/floor.ll
test/CodeGen/R600/fmad.ll
test/CodeGen/R600/fmax.ll
test/CodeGen/R600/fmin.ll
test/CodeGen/R600/fmul.ll
test/CodeGen/R600/fsub.ll
test/CodeGen/R600/llvm.AMDGPU.mul.ll
test/CodeGen/R600/llvm.pow.ll
test/CodeGen/R600/pv.ll
test/CodeGen/R600/r600-encoding.ll
test/CodeGen/R600/selectcc-opt.ll
test/CodeGen/R600/vselect.ll