blob: 29550a15d38d20624202b0528fbf4a2e123bfbf2 [file] [log] [blame]
//=- 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 MipsPostLegalizerCombinerHelper: GICombinerHelper<
"MipsGenPostLegalizerCombinerHelper", []> {
let DisableRuleOption = "mipspostlegalizercombiner-disable-rule";
}