R600/SI: Fix definition for s_cselect_b32
These were directly using the old base instruction class, and specifying the wrong register classes for operands. The operands can be the other special inputs besides SGPRs. The op name was also being directly used for the asm string, so this was printed without any operands. llvm-svn: 221921
Loading
Please register or sign in to comment