[Mlir-commits] [mlir] [mlir][vector] Linearization: push 'bit width' logic out of patterns (PR #136581)
Andrzej WarzyĆski
llvmlistbot at llvm.org
Wed Apr 30 09:51:18 PDT 2025
================
@@ -839,16 +835,98 @@ struct TestVectorEmulateMaskedLoadStore final
}
};
-struct TestVectorLinearize final
- : public PassWrapper<TestVectorLinearize, OperationPass<>> {
- MLIR_DEFINE_EXPLICIT_INTERNAL_INLINE_TYPE_ID(TestVectorLinearize)
+// TODO: move this code into the user project.
+namespace vendor {
----------------
banach-space wrote:
What is `vendor` and why "user project"?
https://github.com/llvm/llvm-project/pull/136581
More information about the Mlir-commits
mailing list