[Mlir-commits] [mlir] [mlir][Tensor] Preserve correct rank expansions in InsertSlice canonicalizer (PR #217361)
Artem Gindinson
llvmlistbot at llvm.org
Thu Aug 20 01:59:07 PDT 2026
================
@@ -25,6 +25,7 @@
#include "mlir/Interfaces/SideEffectInterfaces.h"
#include "mlir/Interfaces/TilingInterface.h"
#include "mlir/Interfaces/ViewLikeInterface.h"
+#include "llvm/ADT/SmallBitVector.h"
----------------
AGindinson wrote:
Done in 38bf8f01498e7a72de1e5f2db1d216b04cc4683c
https://github.com/llvm/llvm-project/pull/217361
More information about the Mlir-commits
mailing list