[Mlir-commits] [mlir] [mlir] Fix MemRefType alignment in ConvertVectorToLLVM (PR #137389)
Andrzej WarzyĆski
llvmlistbot at llvm.org
Wed Apr 30 12:24:30 PDT 2025
================
@@ -297,12 +340,20 @@ class VectorGatherOpConversion
adaptor.getPassThru(), rewriter.getI32IntegerAttr(align));
return success();
}
+
+private:
+ const bool useVectorAlignment;
----------------
banach-space wrote:
DOCUMENTME :)
https://github.com/llvm/llvm-project/pull/137389
More information about the Mlir-commits
mailing list