aboutsummaryrefslogtreecommitdiff
path: root/llvm/lib/Target/Mips/MipsCombine.td
blob: d757ef9ee0f029b9245984901f160c3db3f949a8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
//=- 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: GICombiner<
  "MipsPostLegalizerCombinerImpl", []> {
}