This patch add support for 'spv.CopyMemory'. The following changes are
introduced:
- 'CopyMemory' op is added to SPIRVOps.td.
- Custom parse and print methods are introduced.
- A few Roundtripping tests are added.
Differential D82384
[MLIR][SPIRV] Add support for OpCopyMemory. ergawy on Jun 23 2020, 7:43 AM. Authored by
Details This patch add support for 'spv.CopyMemory'. The following changes are
Diff Detail
Event Timeline
Comment Actions
|
According to the spec: https://www.khronos.org/registry/spir-v/specs/unified1/SPIRV.html#OpCopyMemory, the op supports up to 2 memory access operands. However, I still don't know how to model this in ODS.