[PATCH] R600/SI: Fix definition for s_cselect_b32

Matt Arsenault Matthew.Arsenault at amd.com
Thu Oct 23 19:11:27 PDT 2014


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.

http://reviews.llvm.org/D5954

Files:
  lib/Target/R600/SIInstrInfo.td
  lib/Target/R600/SIInstructions.td
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D5954.15374.patch
Type: text/x-patch
Size: 1110 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20141024/a1c00208/attachment.bin>


More information about the llvm-commits mailing list