summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Target/AMDGPU/SIMachineFunctionInfo.cpp
diff options
context:
space:
mode:
authorKonstantin Zhuravlyov <kzhuravl_dev@outlook.com>2018-06-21 18:36:04 +0000
committerKonstantin Zhuravlyov <kzhuravl_dev@outlook.com>2018-06-21 18:36:04 +0000
commit766c77efd7ec420583458d2f0726f42058109383 (patch)
tree7c399365d1dcd3f4ea9e20327c5e1f7b4ce76ab1 /llvm/lib/Target/AMDGPU/SIMachineFunctionInfo.cpp
parent3382dc644e86cded3e6b6e6069c8cc4e484886a7 (diff)
downloadbcm5719-llvm-766c77efd7ec420583458d2f0726f42058109383.tar.gz
bcm5719-llvm-766c77efd7ec420583458d2f0726f42058109383.zip
AMDGPU/AMDHSA: Remove GridWorkGroupCountX/Y/Z
and everything that comes with it from implementation and v3 header files. Leave definition in v2 header files for backwards compatibility. Differential Revision: https://reviews.llvm.org/D48191 llvm-svn: 335267
Diffstat (limited to 'llvm/lib/Target/AMDGPU/SIMachineFunctionInfo.cpp')
-rw-r--r--llvm/lib/Target/AMDGPU/SIMachineFunctionInfo.cpp3
1 files changed, 0 insertions, 3 deletions
diff --git a/llvm/lib/Target/AMDGPU/SIMachineFunctionInfo.cpp b/llvm/lib/Target/AMDGPU/SIMachineFunctionInfo.cpp
index 0a789dcd090..1b74c140d0a 100644
--- a/llvm/lib/Target/AMDGPU/SIMachineFunctionInfo.cpp
+++ b/llvm/lib/Target/AMDGPU/SIMachineFunctionInfo.cpp
@@ -35,9 +35,6 @@ SIMachineFunctionInfo::SIMachineFunctionInfo(const MachineFunction &MF)
KernargSegmentPtr(false),
DispatchID(false),
FlatScratchInit(false),
- GridWorkgroupCountX(false),
- GridWorkgroupCountY(false),
- GridWorkgroupCountZ(false),
WorkGroupIDX(false),
WorkGroupIDY(false),
WorkGroupIDZ(false),
OpenPOWER on IntegriCloud