[Mlir-commits] [mlir] [vector][linearize] Refactor code to push target bit width out of patterns (PR #136581)
Andrzej Warzyński
llvmlistbot at llvm.org
Tue Apr 22 07:35:39 PDT 2025
================
@@ -550,40 +552,34 @@ void mlir::vector::populateVectorLinearizeTypeConversionsAndLegality(
if (inputs.size() != 1 || !isa<VectorType>(inputs.front().getType()) ||
!isa<VectorType>(type))
return nullptr;
-
----------------
banach-space wrote:
[nit] I find empty lines quite helpful 😅
https://github.com/llvm/llvm-project/pull/136581
More information about the Mlir-commits
mailing list