mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-01-10 02:36:06 +00: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> git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@175182 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
abfd5f6154
commit
f846add9ad
@ -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),
|
||||
|
Loading…
x
Reference in New Issue
Block a user