Jlm
jlm
mlir
MLIRConverterCommon.hpp
Go to the documentation of this file.
1
/*
2
* Copyright 2024 HÃ¥vard Krogstie <krogstie.havard@gmail.com>
3
* See COPYING for terms of redistribution.
4
*/
5
6
#ifndef JLM_MLIR_MLIRCONVERTERCOMMON_HPP
7
#define JLM_MLIR_MLIRCONVERTERCOMMON_HPP
8
9
#include <
jlm/llvm/ir/operators/operators.hpp
>
10
#include <
jlm/util/BijectiveMap.hpp
>
11
12
#include <mlir/Dialect/Arith/IR/Arith.h>
13
14
namespace
jlm::mlir
15
{
16
22
const
util::BijectiveMap<::mlir::arith::CmpFPredicate, llvm::fpcmp> &
23
GetFpCmpPredicateMap
();
24
25
}
// namespace jlm::mlir
26
27
#endif
// JLM_MLIR_MLIRCONVERTERCOMMON_HPP
BijectiveMap.hpp
jlm::mlir
Definition:
JlmToMlirConverter.cpp:33
jlm::mlir::GetFpCmpPredicateMap
const util::BijectiveMap<::mlir::arith::CmpFPredicate, llvm::fpcmp > & GetFpCmpPredicateMap()
Definition:
MLIRConverterCommon.cpp:13
operators.hpp
Generated by
1.9.1