We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 017b9c0 commit 1961088Copy full SHA for 1961088
llvm/include/llvm/CodeGen/GlobalISel/CombinerHelper.h
@@ -378,7 +378,6 @@ class CombinerHelper {
378
379
/// Transform anyext(trunc(x)) to x.
380
bool matchCombineAnyExtTrunc(MachineInstr &MI, Register &Reg);
381
- void applyCombineAnyExtTrunc(MachineInstr &MI, Register &Reg);
382
383
/// Transform zext(trunc(x)) to x.
384
bool matchCombineZextTrunc(MachineInstr &MI, Register &Reg);
0 commit comments