diff options
author | Erick Ochoa Lopez <eochoalo@amd.com> | 2025-08-05 12:06:57 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2025-08-05 12:06:57 -0400 |
commit | d72e58e422be747dfd1e42f8ad370420634190cb (patch) | |
tree | 3393d79be23c5a6b89f46a154bb615136dab56bb /llvm/lib/TextAPI/Architecture.cpp | |
parent | 6c9f1ce429809e5a91683ed6cef9a435047bebd1 (diff) | |
download | llvm-d72e58e422be747dfd1e42f8ad370420634190cb.zip llvm-d72e58e422be747dfd1e42f8ad370420634190cb.tar.gz llvm-d72e58e422be747dfd1e42f8ad370420634190cb.tar.bz2 |
[MLIR][LLVM] Propagate alignment attribute from memref to LLVM (#151380)
Propagate alignment attribute from operations in the memref dialect to
the LLVM dialect.
Possible improvements: maybe the alignment attribute in LLVM's store and
load operations should be confined/constrained to i64? I believe that
way one can avoid typing the value in the attribute dictionary. I.e.,
from `{ alignment = 32 : i64 }` to `{ alignment = 32}`
Diffstat (limited to 'llvm/lib/TextAPI/Architecture.cpp')
0 files changed, 0 insertions, 0 deletions