[llvm] 76b6399 - DAG: Remove unused TargetLowering field (#164969)
    via llvm-commits 
    llvm-commits at lists.llvm.org
       
    Fri Oct 24 06:12:47 PDT 2025
    
    
  
Author: Matt Arsenault
Date: 2025-10-24T13:12:42Z
New Revision: 76b6399ca2bacd13e8bd0e26c95513c6036a8438
URL: https://github.com/llvm/llvm-project/commit/76b6399ca2bacd13e8bd0e26c95513c6036a8438
DIFF: https://github.com/llvm/llvm-project/commit/76b6399ca2bacd13e8bd0e26c95513c6036a8438.diff
LOG: DAG: Remove unused TargetLowering field (#164969)
This has been dead since 97bfb936af4077e8cb6c75664231f27a9989d563
Added: 
    
Modified: 
    llvm/include/llvm/CodeGen/TargetLowering.h
Removed: 
    
################################################################################
diff  --git a/llvm/include/llvm/CodeGen/TargetLowering.h b/llvm/include/llvm/CodeGen/TargetLowering.h
index a70c9c02d3a83..b99d4acb60215 100644
--- a/llvm/include/llvm/CodeGen/TargetLowering.h
+++ b/llvm/include/llvm/CodeGen/TargetLowering.h
@@ -3813,10 +3813,6 @@ class LLVM_ABI TargetLoweringBase {
   /// The list of libcalls that the target will use.
   RTLIB::RuntimeLibcallsInfo Libcalls;
 
-  /// The ISD::CondCode that should be used to test the result of each of the
-  /// comparison libcall against zero.
-  ISD::CondCode CmpLibcallCCs[RTLIB::UNKNOWN_LIBCALL];
-
   /// The bits of IndexedModeActions used to store the legalisation actions
   /// We store the data as   | ML | MS |  L |  S | each taking 4 bits.
   enum IndexedModeActionsBits {
        
    
    
More information about the llvm-commits
mailing list