diff options
author | Konstantin Zhuravlyov <kzhuravl_dev@outlook.com> | 2018-06-21 18:36:04 +0000 |
---|---|---|
committer | Konstantin Zhuravlyov <kzhuravl_dev@outlook.com> | 2018-06-21 18:36:04 +0000 |
commit | 766c77efd7ec420583458d2f0726f42058109383 (patch) | |
tree | 7c399365d1dcd3f4ea9e20327c5e1f7b4ce76ab1 /llvm/lib/Target/AMDGPU/SIMachineFunctionInfo.cpp | |
parent | 3382dc644e86cded3e6b6e6069c8cc4e484886a7 (diff) | |
download | bcm5719-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.cpp | 3 |
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), |