|
MLIR
22.0.0git
|
#include "mlir/Analysis/DataFlow/ConstantPropagationAnalysis.h"#include "mlir/Analysis/DataFlow/SparseAnalysis.h"#include "mlir/IR/BuiltinAttributes.h"#include "mlir/IR/OpDefinition.h"#include "mlir/IR/Operation.h"#include "mlir/IR/Value.h"#include "mlir/Support/LLVM.h"#include "llvm/ADT/STLExtras.h"#include "llvm/Support/Casting.h"#include "llvm/Support/Debug.h"#include "llvm/Support/DebugLog.h"#include <cassert>Go to the source code of this file.
Macros | |
| #define | DEBUG_TYPE "constant-propagation" |
| #define DEBUG_TYPE "constant-propagation" |
Definition at line 22 of file ConstantPropagationAnalysis.cpp.