1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-20 03:23:01 +02:00

R600: Export instructions are no longer terminator

This allows MachineInstScheduler to reorder them, and thus make scheduling more
efficient.

Reviewed-by: Tom Stellard <thomas.stellard at amd.com>
llvm-svn: 175182
This commit is contained in:
Vincent Lejeune 2013-02-14 16:55:11 +00:00
parent 62582e7a09
commit 0c8a844f4b

View File

@ -644,7 +644,7 @@ multiclass SteamOutputExportPattern<Instruction ExportInst,
4095, imm:$mask, buf3inst, 0)>;
}
let isTerminator = 1, usesCustomInserter = 1 in {
let usesCustomInserter = 1 in {
class ExportSwzInst : InstR600ISA<(
outs),
@ -658,7 +658,7 @@ class ExportSwzInst : InstR600ISA<(
let Inst{63-32} = Word1;
}
} // End isTerminator = 1, usesCustomInserter = 1
} // End usesCustomInserter = 1
class ExportBufInst : InstR600ISA<(
outs),