[Mlir-commits] [mlir] [mlir] Add use-vector-alignment flag to ConvertVectorToLLVMPass (PR #137389)
Andrzej WarzyĆski
llvmlistbot at llvm.org
Thu May 1 08:33:30 PDT 2025
================
@@ -0,0 +1,144 @@
+// RUN: mlir-opt %s --convert-vector-to-llvm='use-vector-alignment=0' --split-input-file | FileCheck %s --check-prefix=MEMREF-ALIGN
+// RUN: mlir-opt %s --convert-vector-to-llvm='use-vector-alignment=1' --split-input-file | FileCheck %s --check-prefix=VEC-ALIGN
----------------
banach-space wrote:
Thanks for the explanation and for being so diligent about this. No need to dig deeper, this is sufficient for me.
https://github.com/llvm/llvm-project/pull/137389
More information about the Mlir-commits
mailing list