From 766c77efd7ec420583458d2f0726f42058109383 Mon Sep 17 00:00:00 2001 From: Konstantin Zhuravlyov Date: Thu, 21 Jun 2018 18:36:04 +0000 Subject: 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 --- llvm/lib/Target/AMDGPU/SIMachineFunctionInfo.cpp | 3 --- 1 file changed, 3 deletions(-) (limited to 'llvm/lib/Target/AMDGPU/SIMachineFunctionInfo.cpp') 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), -- cgit v1.2.3