[Mlir-commits] [llvm] [mlir] [MLIR] Generalize expand_shape to take shape as explicit input (PR #90040)

Gaurav Shukla llvmlistbot at llvm.org
Fri Apr 26 02:31:14 PDT 2024


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

Moved to Arith/Utils. Thanks :)

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


More information about the Mlir-commits mailing list