MLIR 22.0.0git
OperationSupport.cpp File Reference
#include "mlir/IR/OperationSupport.h"
#include "mlir/IR/BuiltinAttributes.h"
#include "mlir/IR/BuiltinTypes.h"
#include "mlir/IR/OpDefinition.h"
#include "llvm/Support/SHA1.h"
#include <numeric>
#include <optional>

Go to the source code of this file.

Classes

struct  ValueEquivalenceCache

Functions

template<typename T>
static void addDataToHash (llvm::SHA1 &hasher, const T &data)

Function Documentation

◆ addDataToHash()

template<typename T>
void addDataToHash ( llvm::SHA1 & hasher,
const T & data )
static