Changeset View
Changeset View
Standalone View
Standalone View
flang/include/flang/Optimizer/Dialect/FIROps.td
//===-- FIROps.td - FIR operation definitions --------------*- tablegen -*-===// | //===-- FIROps.td - FIR operation definitions --------------*- tablegen -*-===// | ||||
// | // | ||||
// Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions. | // Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions. | ||||
// See https://llvm.org/LICENSE.txt for license information. | // See https://llvm.org/LICENSE.txt for license information. | ||||
// SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception | // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception | ||||
// | // | ||||
//===----------------------------------------------------------------------===// | //===----------------------------------------------------------------------===// | ||||
/// | /// | ||||
/// \file | /// \file | ||||
/// Definition of the FIR dialect operations | /// Definition of the FIR dialect operations | ||||
/// | /// | ||||
//===----------------------------------------------------------------------===// | //===----------------------------------------------------------------------===// | ||||
#ifndef FIR_DIALECT_FIR_OPS | #ifndef FIR_DIALECT_FIR_OPS | ||||
#define FIR_DIALECT_FIR_OPS | #define FIR_DIALECT_FIR_OPS | ||||
include "mlir/IR/SymbolInterfaces.td" | |||||
include "mlir/Interfaces/ControlFlowInterfaces.td" | include "mlir/Interfaces/ControlFlowInterfaces.td" | ||||
include "mlir/Interfaces/SideEffects.td" | include "mlir/Interfaces/SideEffects.td" | ||||
def fir_Dialect : Dialect { | def fir_Dialect : Dialect { | ||||
let name = "fir"; | let name = "fir"; | ||||
} | } | ||||
// Types and predicates | // Types and predicates | ||||
▲ Show 20 Lines • Show All 2,704 Lines • Show Last 20 Lines |