[Mlir-commits] [mlir] [mlir] Expose linearize/delinearize lowering transforms (PR #144156)

Oleksandr Alex Zinenko llvmlistbot at llvm.org
Sat Jun 14 02:10:58 PDT 2025


================
@@ -14,6 +14,7 @@
 #ifndef MLIR_DIALECT_AFFINE_TRANSFORMS_TRANSFORMS_H
 #define MLIR_DIALECT_AFFINE_TRANSFORMS_TRANSFORMS_H
 
+#include "mlir/Dialect/Affine/IR/AffineOps.h"
----------------
ftynse wrote:

Prefer forward-declaring classes that are only used in function declarations instead of including their full definitions. This tends to improve compile time significantly.

https://github.com/llvm/llvm-project/pull/144156


More information about the Mlir-commits mailing list