[Mlir-commits] [mlir] [mlir][arith] Disallow casting tensor dimensions (PR #93349)

Mehdi Amini llvmlistbot at llvm.org
Fri May 24 14:48:53 PDT 2024


================
@@ -655,6 +663,14 @@ func.func @extsi_scalable_to_fl(%arg0 : vector<[4]xi32>) {
 
 // -----
 
+func.func @extsi_tesor_dim(%arg0 : tensor<4xi32>) {
----------------
joker-eph wrote:

```suggestion
func.func @extsi_tensor_dim(%arg0 : tensor<4xi32>) {
```

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


More information about the Mlir-commits mailing list