[llvm] 4913e36 - [AMDGPU] Remove unused declaration. NFC.

Jay Foad via llvm-commits llvm-commits at lists.llvm.org
Tue Oct 20 08:32:09 PDT 2020


Author: Jay Foad
Date: 2020-10-20T16:31:42+01:00
New Revision: 4913e3627ca2c6aa61299e4d29752471fdc2ccdc

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

LOG: [AMDGPU] Remove unused declaration. NFC.

The implementation of this method was removed in D89706.

Added: 
    

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

Removed: 
    


################################################################################
diff  --git a/llvm/lib/Target/AMDGPU/AMDGPUISelLowering.h b/llvm/lib/Target/AMDGPU/AMDGPUISelLowering.h
index 206b254f6d1f..e0c9c0b341f3 100644
--- a/llvm/lib/Target/AMDGPU/AMDGPUISelLowering.h
+++ b/llvm/lib/Target/AMDGPU/AMDGPUISelLowering.h
@@ -90,7 +90,6 @@ class AMDGPUTargetLowering : public TargetLowering {
   SDValue performMulCombine(SDNode *N, DAGCombinerInfo &DCI) const;
   SDValue performMulhsCombine(SDNode *N, DAGCombinerInfo &DCI) const;
   SDValue performMulhuCombine(SDNode *N, DAGCombinerInfo &DCI) const;
-  SDValue performMulLoHi24Combine(SDNode *N, DAGCombinerInfo &DCI) const;
   SDValue performCtlz_CttzCombine(const SDLoc &SL, SDValue Cond, SDValue LHS,
                              SDValue RHS, DAGCombinerInfo &DCI) const;
   SDValue performSelectCombine(SDNode *N, DAGCombinerInfo &DCI) const;


        


More information about the llvm-commits mailing list