[PATCH] R600/SI: Don't set isCodeGenOnly = 1 on all instructions
Matt Arsenault
arsenm2 at gmail.com
Tue Feb 17 18:09:26 PST 2015
> On Feb 17, 2015, at 4:40 PM, Tom Stellard <thomas.stellard at amd.com> wrote:
>
> We only need to set this on pseudo instructions which won't
> be used by the assembler.
> ---
> lib/Target/R600/AMDGPUInstructions.td | 2 --
> lib/Target/R600/R600Instructions.td | 5 +++++
> lib/Target/R600/SIInstrFormats.td | 1 -
> lib/Target/R600/SIInstrInfo.td | 16 ++++++++++++++--
> 4 files changed, 19 insertions(+), 5 deletions(-)
>
LGTM
More information about the llvm-commits
mailing list