Files
clang-p2996/llvm/lib/Target/Mips/MipsCombine.td
pvanhout 2f608131b4 [MIPS] Use GlobalISel MatchTable Combiner Backend
Depends on D153757

NOTE: This would land iff D153757 (RFC) lands too.

Reviewed By: arsenm

Differential Revision: https://reviews.llvm.org/D153861
2023-07-11 11:27:14 +02:00

14 lines
507 B
TableGen

//=- MipsCombine.td - Define Mips Combine Rules --------------*- tablegen -*-=//
//
// Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
// See https://llvm.org/LICENSE.txt for license information.
// SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
//
//===----------------------------------------------------------------------===//
include "llvm/Target/GlobalISel/Combine.td"
def MipsPostLegalizerCombiner: GICombinerHelper<
"MipsPostLegalizerCombinerImpl", []> {
}