[llvm] [mlir] [MLIR] Generalize expand_shape to take shape as explicit input (PR #69267)

Benoit Jacob via llvm-commits llvm-commits at lists.llvm.org
Fri Apr 19 07:34:46 PDT 2024


================
@@ -8,6 +8,7 @@
 
 #include "mlir/Dialect/Utils/ReshapeOpsUtils.h"
 
+#include "mlir/Dialect/Arith/IR/Arith.h"
 #include "mlir/IR/AffineMap.h"
 #include "mlir/IR/Builders.h"
----------------
bjacob wrote:

+1, see my other comment, thanks for deferring further improvements to follow-up PRs!

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


More information about the llvm-commits mailing list