MLIR
20.0.0git
|
#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) |
|
static |
Definition at line 914 of file OperationSupport.cpp.
Referenced by mlir::OperationFingerPrint::OperationFingerPrint().