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

Gaurav Shukla via llvm-commits llvm-commits at lists.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 llvm-commits mailing list