summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Target/AMDGPU/SIMachineFunctionInfo.cpp
diff options
context:
space:
mode:
authorMatt Arsenault <Matthew.Arsenault@amd.com>2017-12-29 17:18:21 +0000
committerMatt Arsenault <Matthew.Arsenault@amd.com>2017-12-29 17:18:21 +0000
commite19bc2ee0fb20f05a9acf53b9e18f59c3b130960 (patch)
tree19a3f8114b1bd5a29a3782cb48394d5606be2bf8 /llvm/lib/Target/AMDGPU/SIMachineFunctionInfo.cpp
parentd94b63d7659c9c327dbfe63ba9e1d0a4447cb253 (diff)
downloadbcm5719-llvm-e19bc2ee0fb20f05a9acf53b9e18f59c3b130960.tar.gz
bcm5719-llvm-e19bc2ee0fb20f05a9acf53b9e18f59c3b130960.zip
AMDGPU: Use unique PSVs for buffer resources
Also fixes using the wrong memory type for some intrinsics when custom lowering them. llvm-svn: 321557
Diffstat (limited to 'llvm/lib/Target/AMDGPU/SIMachineFunctionInfo.cpp')
-rw-r--r--llvm/lib/Target/AMDGPU/SIMachineFunctionInfo.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/llvm/lib/Target/AMDGPU/SIMachineFunctionInfo.cpp b/llvm/lib/Target/AMDGPU/SIMachineFunctionInfo.cpp
index 68acfa4c6ea..888d8f978af 100644
--- a/llvm/lib/Target/AMDGPU/SIMachineFunctionInfo.cpp
+++ b/llvm/lib/Target/AMDGPU/SIMachineFunctionInfo.cpp
@@ -28,7 +28,6 @@ using namespace llvm;
SIMachineFunctionInfo::SIMachineFunctionInfo(const MachineFunction &MF)
: AMDGPUMachineFunction(MF),
- BufferPSV(*(MF.getSubtarget().getInstrInfo())),
PrivateSegmentBuffer(false),
DispatchPtr(false),
QueuePtr(false),
OpenPOWER on IntegriCloud