diff options
author | Erick Ochoa Lopez <erick.ochoalopez@amd.com> | 2025-08-07 12:18:23 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2025-08-07 12:18:23 -0400 |
commit | 6d231fbb05417a77e8787f625fd14e1a30e27a5b (patch) | |
tree | 936b7e5a8b6d703a006b8ef4efa7d8cdf6dafb48 /llvm/lib/CodeGen/AssignmentTrackingAnalysis.cpp | |
parent | 44aedacb1b64b415fddfada39eb876602980ea72 (diff) | |
download | llvm-6d231fbb05417a77e8787f625fd14e1a30e27a5b.zip llvm-6d231fbb05417a77e8787f625fd14e1a30e27a5b.tar.gz llvm-6d231fbb05417a77e8787f625fd14e1a30e27a5b.tar.bz2 |
[mlir] MemRefToSPIRV propagate alignment attributes from MemRef ops. (#151723)
This patchset:
* propagates alignment attributes from memref operations into the SPIR-V
dialect,
* fixes an error in the logic which previously propagated alignment
attributes but did not add other MemoryAccess attributes.
* adds a failure condition in the case where the alignment attribute
from the memref dialect (64-bit wide) does not fit in SPIR-V's alignment
attribute (specified to be 32-bit wide).
Diffstat (limited to 'llvm/lib/CodeGen/AssignmentTrackingAnalysis.cpp')
0 files changed, 0 insertions, 0 deletions