radeon/llvm: Move lowering of SETCC node to R600ISelLowering
authorTom Stellard <thomas.stellard@amd.com>
Wed, 18 Jul 2012 16:26:45 +0000 (12:26 -0400)
committerTom Stellard <thomas.stellard@amd.com>
Fri, 27 Jul 2012 17:08:06 +0000 (17:08 +0000)
commit92823fb72abf1539bdb545fedc5525e9fc0b04cc
tree185010806f0eb46a12a53b09b1998c5089d3974c
parent46d12c99a24cebe01cd00575b39961231dec47c8
radeon/llvm: Move lowering of SETCC node to R600ISelLowering

SI will handle SETCC different from R600, so we need to move it
out of the shared instruction selector.
src/gallium/drivers/radeon/AMDILISelLowering.cpp
src/gallium/drivers/radeon/AMDILISelLowering.h
src/gallium/drivers/radeon/R600ISelLowering.cpp
src/gallium/drivers/radeon/R600ISelLowering.h