[llvm] aee86f9 - [AMDGPU] Remove unused declaration selectSMRD (NFC)

Kazu Hirata via llvm-commits llvm-commits at lists.llvm.org
Sun Nov 7 09:53:37 PST 2021


Author: Kazu Hirata
Date: 2021-11-07T09:53:18-08:00
New Revision: aee86f9b6cbb262a83f9f31371b047eb5bcd0a2b

URL: https://github.com/llvm/llvm-project/commit/aee86f9b6cbb262a83f9f31371b047eb5bcd0a2b
DIFF: https://github.com/llvm/llvm-project/commit/aee86f9b6cbb262a83f9f31371b047eb5bcd0a2b.diff

LOG: [AMDGPU] Remove unused declaration selectSMRD (NFC)

The function body proper was removed on Feb 20, 2019 in commit
79b5c3842b684f873d1ffad502336e973616ea51.

Added: 
    

Modified: 
    llvm/lib/Target/AMDGPU/AMDGPUInstructionSelector.h

Removed: 
    


################################################################################
diff  --git a/llvm/lib/Target/AMDGPU/AMDGPUInstructionSelector.h b/llvm/lib/Target/AMDGPU/AMDGPUInstructionSelector.h
index 26d3e47215497..b70e6883bae23 100644
--- a/llvm/lib/Target/AMDGPU/AMDGPUInstructionSelector.h
+++ b/llvm/lib/Target/AMDGPU/AMDGPUInstructionSelector.h
@@ -132,7 +132,6 @@ class AMDGPUInstructionSelector final : public InstructionSelector {
   bool hasVgprParts(ArrayRef<GEPInfo> AddrInfo) const;
   void getAddrModeInfo(const MachineInstr &Load, const MachineRegisterInfo &MRI,
                        SmallVectorImpl<GEPInfo> &AddrInfo) const;
-  bool selectSMRD(MachineInstr &I, ArrayRef<GEPInfo> AddrInfo) const;
 
   void initM0(MachineInstr &I) const;
   bool selectG_LOAD_STORE_ATOMICRMW(MachineInstr &I) const;


        


More information about the llvm-commits mailing list