[Mlir-commits] [mlir] [mlir] Fix MemRefType alignment in ConvertVectorToLLVM (PR #137389)

Lily Orth-Smith llvmlistbot at llvm.org
Wed Apr 30 13:10:31 PDT 2025


================
@@ -297,12 +340,20 @@ class VectorGatherOpConversion
         adaptor.getPassThru(), rewriter.getI32IntegerAttr(align));
     return success();
   }
+
+private:
+  const bool useVectorAlignment;
----------------
electriclilies wrote:

DONE :)

https://github.com/llvm/llvm-project/pull/137389


More information about the Mlir-commits mailing list