[Mlir-commits] [mlir] [MLIR][Affine] Fix private memref creation bug in affine fusion (PR #126028)

Uday Bondhugula llvmlistbot at llvm.org
Thu Feb 6 21:52:36 PST 2025


================
@@ -12,6 +12,7 @@
 //===----------------------------------------------------------------------===//
 
 #include "mlir/Dialect/Affine/Analysis/Utils.h"
+
----------------
bondhugula wrote:

This new line should be there per style - to separate the main header for this file from the group of other includes.

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


More information about the Mlir-commits mailing list