14#ifndef MLIR_IR_BUILTINDIALECT_H_
15#define MLIR_IR_BUILTINDIALECT_H_
32 return version < other.version;
43#include "mlir/IR/BuiltinDialect.h.inc"
This class is used to represent the version of a dialect, for the purpose of polymorphic destruction.
BuiltinDialectVersion(int64_t version)
bool operator<(const BuiltinDialectVersion &other) const
static BuiltinDialectVersion getCurrentVersion()
int64_t getVersion() const