mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2024-12-13 04:30:23 +00:00
R600/SI: Set noNamedPositionallyEncodedOperands
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@229612 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
abf19e5c1b
commit
85d96c94d6
@ -167,6 +167,7 @@ def FeatureVolcanicIslands : SubtargetFeatureGeneration<"VOLCANIC_ISLANDS",
|
||||
|
||||
def AMDGPUInstrInfo : InstrInfo {
|
||||
let guessInstructionProperties = 1;
|
||||
let noNamedPositionallyEncodedOperands = 1;
|
||||
}
|
||||
|
||||
def AMDGPUAsmParser : AsmParser {
|
||||
|
Loading…
Reference in New Issue
Block a user