diff options
author | Igor Wodiany <igor.wodiany@imgtec.com> | 2025-07-30 14:40:38 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2025-07-30 14:40:38 +0100 |
commit | 17c1921b4a78b2ab3f455278c2a057d164863866 (patch) | |
tree | f015ae27dd481a20d852af1d8a2e40d3f20d74ac /llvm/lib/CodeGen/ModuloSchedule.cpp | |
parent | 330b40e11fd20e9a29b9c24de17e4ba23afeedc6 (diff) | |
download | llvm-17c1921b4a78b2ab3f455278c2a057d164863866.zip llvm-17c1921b4a78b2ab3f455278c2a057d164863866.tar.gz llvm-17c1921b4a78b2ab3f455278c2a057d164863866.tar.bz2 |
[mlir][spirv] Add support for structs decorations (#149793)
An alternative implementation could use `ArrayRef` of `NamedAttribute`s
or `NamedAttrList` to store structs decorations, as the deserializer
uses `NamedAttribute`s for decorations. However, using a custom struct
allows us to store the `spirv::Decoration`s directly rather than its
name in a `StringRef`/`StringAttr`.
Diffstat (limited to 'llvm/lib/CodeGen/ModuloSchedule.cpp')
0 files changed, 0 insertions, 0 deletions