[Mlir-commits] [mlir] [mlir][ArmSME] Add rewrites to swap extract of extend (PR #80407)
Andrzej Warzyński
llvmlistbot at llvm.org
Mon Feb 5 03:29:05 PST 2024
================
@@ -338,6 +338,105 @@ struct LegalizeTransferWriteOpsByDecomposition
}
};
+// Shuffles arith extend ops after vector.extract op.
----------------
banach-space wrote:
[nit] I find this form particularly easy to parse 😅
```suggestion
// arith.extend(vector.extract) -> vector.extract(arith.extend)
```
https://github.com/llvm/llvm-project/pull/80407
More information about the Mlir-commits
mailing list