[llvm] 1961088 - [GlobalISel] Remove unused declaration applyCombineAnyExtTrunc

Kazu Hirata via llvm-commits llvm-commits at lists.llvm.org
Sun Oct 15 13:20:57 PDT 2023


Author: Kazu Hirata
Date: 2023-10-15T13:20:46-07:00
New Revision: 196108857d228e1997bc684d448c12b56e794459

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

LOG: [GlobalISel] Remove unused declaration applyCombineAnyExtTrunc

The corresponding function definition was removed by:

  commit a6be26710bbdf8de39a16ad64526ec955dda6c59
  Author: Jay Foad <jay.foad at amd.com>
  Date:   Tue Feb 23 16:10:19 2021 +0000

Added: 
    

Modified: 
    llvm/include/llvm/CodeGen/GlobalISel/CombinerHelper.h

Removed: 
    


################################################################################
diff  --git a/llvm/include/llvm/CodeGen/GlobalISel/CombinerHelper.h b/llvm/include/llvm/CodeGen/GlobalISel/CombinerHelper.h
index d8f19c19ee106b6..30b04930dfb96e6 100644
--- a/llvm/include/llvm/CodeGen/GlobalISel/CombinerHelper.h
+++ b/llvm/include/llvm/CodeGen/GlobalISel/CombinerHelper.h
@@ -378,7 +378,6 @@ class CombinerHelper {
 
   /// Transform anyext(trunc(x)) to x.
   bool matchCombineAnyExtTrunc(MachineInstr &MI, Register &Reg);
-  void applyCombineAnyExtTrunc(MachineInstr &MI, Register &Reg);
 
   /// Transform zext(trunc(x)) to x.
   bool matchCombineZextTrunc(MachineInstr &MI, Register &Reg);


        


More information about the llvm-commits mailing list