summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Target/AMDGPU/AMDGPUSubtarget.h
diff options
context:
space:
mode:
authorMatt Arsenault <Matthew.Arsenault@amd.com>2017-08-07 14:58:04 +0000
committerMatt Arsenault <Matthew.Arsenault@amd.com>2017-08-07 14:58:04 +0000
commit8728c5f2db48be88952db24213d62825ca04264b (patch)
treee15526659c28fb0b488e96cd71fcaf954d159cab /llvm/lib/Target/AMDGPU/AMDGPUSubtarget.h
parent53d523c9eb1fba3714d39802fef27eb75ed35baa (diff)
downloadbcm5719-llvm-8728c5f2db48be88952db24213d62825ca04264b.tar.gz
bcm5719-llvm-8728c5f2db48be88952db24213d62825ca04264b.zip
AMDGPU: Cleanup subtarget features
Try to avoid mutually exclusive features. Don't use a real default GPU, and use a fake "generic". The goal is to make it easier to see which set of features are incompatible between feature strings. Most of the test changes are due to random scheduling changes from not having a default fullspeed model. llvm-svn: 310258
Diffstat (limited to 'llvm/lib/Target/AMDGPU/AMDGPUSubtarget.h')
-rw-r--r--llvm/lib/Target/AMDGPU/AMDGPUSubtarget.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/llvm/lib/Target/AMDGPU/AMDGPUSubtarget.h b/llvm/lib/Target/AMDGPU/AMDGPUSubtarget.h
index 346788dd8ed..8aad97caa97 100644
--- a/llvm/lib/Target/AMDGPU/AMDGPUSubtarget.h
+++ b/llvm/lib/Target/AMDGPU/AMDGPUSubtarget.h
@@ -139,7 +139,6 @@ protected:
// Subtarget statically properties set by tablegen
bool FP64;
bool IsGCN;
- bool GCN1Encoding;
bool GCN3Encoding;
bool CIInsts;
bool GFX9Insts;
OpenPOWER on IntegriCloud