CIRCT  19.0.0git
Classes | Macros
ArcReductions.cpp File Reference
#include "circt/Dialect/Arc/ArcReductions.h"
#include "circt/Dialect/Arc/ArcOps.h"
#include "circt/Dialect/Arc/ArcPasses.h"
#include "mlir/IR/Builders.h"
#include "llvm/ADT/STLExtras.h"
#include "llvm/Support/Debug.h"
Include dependency graph for ArcReductions.cpp:

Go to the source code of this file.

Classes

struct  StateElimination
 A sample reduction pattern that converts arc.state operations to the simpler arc.call operation and removes clock, latency, name attributes, enables, and resets in the process. More...
 

Macros

#define DEBUG_TYPE   "arc-reductions"
 

Macro Definition Documentation

◆ DEBUG_TYPE

#define DEBUG_TYPE   "arc-reductions"

Definition at line 16 of file ArcReductions.cpp.