
Now that the old backend is gone, clean-up a few things that no longer make sense and tidy up the file a bit. Depends on D158710 Reviewed By: arsenm Differential Revision: https://reviews.llvm.org/D158714
14 lines
501 B
TableGen
14 lines
501 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: GICombiner<
|
|
"MipsPostLegalizerCombinerImpl", []> {
|
|
}
|