This revision was landed with ongoing or failed builds.
This revision was automatically updated to reflect the committed changes.
Closed by commit rG8b68da2c7d97: [mlir] move SCF headers to SCF/{IR,Transforms}
respectively (authored by ftynse).
Changed prior to commit:
https://reviews.llvm.org/
ftynse marked an inline comment as done.
ftynse added inline comments.
Comment at: mlir/include/mlir/Dialect/SCF/Transforms/Transforms.h:13
-#ifndef MLIR_DIALECT_SCF_TRANSFORMS_H_
-#define MLIR_DIALECT_SCF_TRANSFORMS_H_
+#ifndef MLIR_DIALECT_SCF_TRANSFORMS_TRANSFORMS_H_
+#defin
jpienaar accepted this revision.
jpienaar added a comment.
This revision is now accepted and ready to land.
More consistency is good and update for downstream users mechanical, so LGTM
Comment at: mlir/include/mlir/Dialect/SCF/Transforms/Transforms.h:13
-#ifndef MLIR_DIALECT_