mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-01-31 12:41:49 +01:00
R600/SI: Set noNamedPositionallyEncodedOperands
llvm-svn: 229612
This commit is contained in:
parent
7169f960a1
commit
4a131e829b
@ -167,6 +167,7 @@ def FeatureVolcanicIslands : SubtargetFeatureGeneration<"VOLCANIC_ISLANDS",
|
||||
|
||||
def AMDGPUInstrInfo : InstrInfo {
|
||||
let guessInstructionProperties = 1;
|
||||
let noNamedPositionallyEncodedOperands = 1;
|
||||
}
|
||||
|
||||
def AMDGPUAsmParser : AsmParser {
|
||||
|
Loading…
x
Reference in New Issue
Block a user