LLVM 17.0.0git
RISCVLegalizerInfo.cpp
Go to the documentation of this file.
1//===-- RISCVLegalizerInfo.cpp ----------------------------------*- C++ -*-===//
2//
3// Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
4// See https://llvm.org/LICENSE.txt for license information.
5// SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
6//
7//===----------------------------------------------------------------------===//
8/// \file
9/// This file implements the targeting of the Machinelegalizer class for RISC-V.
10/// \todo This should be generated by TableGen.
11//===----------------------------------------------------------------------===//
12
13#include "RISCVLegalizerInfo.h"
17#include "llvm/IR/Type.h"
18
19using namespace llvm;
20
23}
This file declares the targeting of the Machinelegalizer class for RISC-V.
void computeTables()
Compute any ancillary tables needed to quickly decide how an operation should be handled.
const LegacyLegalizerInfo & getLegacyLegalizerInfo() const
RISCVLegalizerInfo(const RISCVSubtarget &ST)
This is an optimization pass for GlobalISel generic memory operations.
Definition: AddressRanges.h:18