diff options
author | Yadong Chen <cyd.matt@qq.com> | 2024-11-14 00:33:33 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-11-13 11:33:33 -0500 |
commit | 4df5310ffc82c0382f508d969e19521200ab357b (patch) | |
tree | 1993736771fbd113058433181352fbc2b160f26a /llvm/lib/Bitcode/Reader/MetadataLoader.cpp | |
parent | 0baa6a7272970257fd6f527e95eb7cb18ba3361c (diff) | |
download | llvm-4df5310ffc82c0382f508d969e19521200ab357b.zip llvm-4df5310ffc82c0382f508d969e19521200ab357b.tar.gz llvm-4df5310ffc82c0382f508d969e19521200ab357b.tar.bz2 |
[mlir][spirv] Use assemblyFormat to define groupNonUniform op assembly (#115662)
Declarative assemblyFormat ODS is more concise and requires less
boilerplate than filling out CPP interfaces.
Changes:
* updates the Ops defined in `SPIRVNonUniformOps.td and
SPIRVGroupOps.td` to use assemblyFormat.
* Removes print/parse from `GroupOps.cpp` which is now generated by
assemblyFormat
* Updates tests to updated format (largely using <operand> in place of
"operand" and complementing type information)
Issue: #73359
Diffstat (limited to 'llvm/lib/Bitcode/Reader/MetadataLoader.cpp')
0 files changed, 0 insertions, 0 deletions