LLVM 19.0.0git
AVRSelectionDAGInfo.h
Go to the documentation of this file.
1//===-- AVRSelectionDAGInfo.h - AVR SelectionDAG Info -----------*- 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//
9// This file defines the AVR subclass for SelectionDAGTargetInfo.
10//
11//===----------------------------------------------------------------------===//
12
13#ifndef LLVM_AVR_SELECTION_DAG_INFO_H
14#define LLVM_AVR_SELECTION_DAG_INFO_H
15
17
18namespace llvm {
19
20/// Holds information about the AVR instruction selection DAG.
22public:
23};
24
25} // end namespace llvm
26
27#endif // LLVM_AVR_SELECTION_DAG_INFO_H
Holds information about the AVR instruction selection DAG.
Targets can subclass this to parameterize the SelectionDAG lowering and instruction selection process...
This is an optimization pass for GlobalISel generic memory operations.
Definition: AddressRanges.h:18