[Mlir-commits] [mlir] [mlir][tensor] Add a tensor.concat operation (PR #72779)

Nicolas Vasilache llvmlistbot at llvm.org
Mon Nov 20 04:50:29 PST 2023


================
@@ -77,6 +77,10 @@ struct TestTensorTransforms
       llvm::cl::desc("Test folding ops into tensor.pack and tensor.unpack"),
       llvm::cl::init(false)};
 
+  Option<bool> testDecomposeConcat{
----------------
nicolasvasilache wrote:

Can we plug this into a simple TD ApplyPattern rather than add more to this one-off C++ test ?
It is both shorther and more localized.

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


More information about the Mlir-commits mailing list