[all-commits] [llvm/llvm-project] d8a8d1: [MLIR][MemRef] Change builders with `int` alignmen...
jiang1997 via All-commits
all-commits at lists.llvm.org
Mon Sep 29 06:26:12 PDT 2025
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: d8a8d1fc56a6d8ad71157f087548bef31864cb45
https://github.com/llvm/llvm-project/commit/d8a8d1fc56a6d8ad71157f087548bef31864cb45
Author: jiang1997 <jieke at live.cn>
Date: 2025-09-29 (Mon, 29 Sep 2025)
Changed paths:
M mlir/include/mlir/Dialect/MemRef/IR/MemRefOps.td
M mlir/lib/Dialect/Vector/Transforms/VectorEmulateMaskedLoadStore.cpp
Log Message:
-----------
[MLIR][MemRef] Change builders with `int` alignment params to `llvm::MaybeAlign` (#159449)
Change remaining OpBuilder methods to use `llvm::MaybeAlign` instead of
`uint64_t` for alignment parameters.
---------
Co-authored-by: Erick Ochoa Lopez <erick.ochoalopez at amd.com>
To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications
More information about the All-commits
mailing list