Jlm
Loading...
Searching...
No Matches
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
11
12#include <mlir/Dialect/Arith/IR/Arith.h>
13
14namespace jlm::mlir
15{
16
22const util::BijectiveMap<::mlir::arith::CmpFPredicate, llvm::fpcmp> &
24
25} // namespace jlm::mlir
26
27#endif // JLM_MLIR_MLIRCONVERTERCOMMON_HPP
const util::BijectiveMap<::mlir::arith::CmpFPredicate, llvm::fpcmp > & GetFpCmpPredicateMap()