projects
/
oota-llvm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
abf19e5
)
R600/SI: Set noNamedPositionallyEncodedOperands
author
Matt Arsenault
<Matthew.Arsenault@amd.com>
Wed, 18 Feb 2015 02:15:32 +0000
(
02:15
+0000)
committer
Matt Arsenault
<Matthew.Arsenault@amd.com>
Wed, 18 Feb 2015 02:15:32 +0000
(
02:15
+0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@229612
91177308
-0d34-0410-b5e6-
96231b3b80d8
lib/Target/R600/AMDGPU.td
patch
|
blob
|
history
diff --git
a/lib/Target/R600/AMDGPU.td
b/lib/Target/R600/AMDGPU.td
index be9a149d78b2f81eea6033575c5bdc4eeecede69..a7d48b38ad50d6266ce42a832676faff160d8fca 100644
(file)
--- a/
lib/Target/R600/AMDGPU.td
+++ b/
lib/Target/R600/AMDGPU.td
@@
-167,6
+167,7
@@
def FeatureVolcanicIslands : SubtargetFeatureGeneration<"VOLCANIC_ISLANDS",
def AMDGPUInstrInfo : InstrInfo {
let guessInstructionProperties = 1;
+ let noNamedPositionallyEncodedOperands = 1;
}
def AMDGPUAsmParser : AsmParser {