EmittedMLIR
circt.stage.EmittedMLIR
case class EmittedMLIR(filename: String, value: String, suffix: Option[String]) extends NoTargetAnnotation, CustomFileEmission
Annotation holding an emitted MLIR string
Value parameters
- filename
-
the name of the file where this should be written
- suffix
-
an optional suffix added to the filename when this is written to disk
- value
-
a string of MLIR
Attributes
- Source
- Annotations.scala
- Graph
-
- Supertypes
-
trait Serializabletrait CustomFileEmissiontrait NoTargetAnnotationtrait Annotationtrait Producttrait Equalsclass Objecttrait Matchableclass Any
Members list
In this article