radeon/llvm: Add flag operand to some instructions
authorTom Stellard <thomas.stellard@amd.com>
Wed, 22 Aug 2012 15:04:58 +0000 (15:04 +0000)
committerTom Stellard <thomas.stellard@amd.com>
Thu, 23 Aug 2012 15:00:47 +0000 (15:00 +0000)
commit67a47a445b544ac638d10303dc697d70f25d12fb
tree53389276cfde310b51178027f9b684a344f598da
parent3a7a56e7aa56bc6cb847c241ef6bd749713ae6e1
radeon/llvm: Add flag operand to some instructions

This new operand replaces the MachineOperand flags in LLVM, which
will be deprecated soon.  Eventually all instructions should have a flag
operand, but for now this operand has only been added to instructions
that need it.
src/gallium/drivers/radeon/AMDGPUInstrInfo.h
src/gallium/drivers/radeon/R600CodeEmitter.cpp
src/gallium/drivers/radeon/R600ExpandSpecialInstrs.cpp
src/gallium/drivers/radeon/R600ISelLowering.cpp
src/gallium/drivers/radeon/R600InstrInfo.cpp
src/gallium/drivers/radeon/R600InstrInfo.h
src/gallium/drivers/radeon/R600Instructions.td