MLIR  19.0.0git
Classes | Functions
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/ADT/BitVector.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 >
static void addDataToHash ( llvm::SHA1 &  hasher,
const T &  data 
)
static

Definition at line 914 of file OperationSupport.cpp.