[PATCH] R600/SI: Fix not setting flags on instructions.

Matt Arsenault Matthew.Arsenault at amd.com
Wed Jun 4 23:48:42 PDT 2014


Since r209028 the flags set on instructions have been missing. The
bits that should be set for what encoding format it uses were missing,
so the instruction verifier was not actually checking anything useful.

http://reviews.llvm.org/D4026

Files:
  lib/Target/R600/SIInstrInfo.cpp
  lib/Target/R600/SIInstrInfo.td
  lib/Target/R600/SIInstructions.td
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D4026.10120.patch
Type: text/x-patch
Size: 4992 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20140605/5a0fe61a/attachment.bin>


More information about the llvm-commits mailing list