[Mlir-commits] [mlir] [mlir] Add use-vector-alignment flag to ConvertVectorToLLVMPass (PR #137389)
Andrzej WarzyĆski
llvmlistbot at llvm.org
Thu May 1 05:04:11 PDT 2025
================
@@ -82,6 +97,22 @@ LogicalResult getMemRefAlignment(const LLVMTypeConverter &typeConverter,
return success();
}
+LogicalResult getVectorToLLVMAlignment(const LLVMTypeConverter &typeConverter,
----------------
banach-space wrote:
Could you document this as well? Some context `useVectorAlignment` would be helpful (similar to what you did elsewhere).
https://github.com/llvm/llvm-project/pull/137389
More information about the Mlir-commits
mailing list