Files
clang-p2996/mlir/test/Conversion/GPUToVulkan
Yadong Chen bdf00e2216 [mlir][spirv] Use assemblyFormat to define AccessChainOp assembly (#116545)
see #73359

Declarative assemblyFormat ODS is more concise and requires less
boilerplate than filling out cpp interfaces.

Changes:
- updates the AccessChainOp defined in SPIRVMemoryOps.td to use
assemblyFormat.
- Removes part print/parse from MemoryOps.cpp which is now generated by
assemblyFormat
- Updates tests to updated format
2024-11-19 09:15:52 -05:00
..