llvm-project
a5506a39 - [mlir][spirv] Use assemblyFormat to define {InBound}PtrAccessChainOp assembly (#116943)

Commit
1 year ago
[mlir][spirv] Use assemblyFormat to define {InBound}PtrAccessChainOp assembly (#116943) Declarative assemblyFormat ODS is more concise and requires less boilerplate than filling out cpp interfaces. Changes: updates the PtrAccessChainOp and InBoundPtrAccessChainOp 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 Issue: #73359
Author
Parents
Loading