This is an archive of the discontinued LLVM Phabricator instance.

[mlir][spirv] Extract Atomic/Cast/Group op implementation. NFC.
ClosedPublic

Authored by kuhar on Jul 19 2023, 8:42 PM.

Details

Summary

Continue to work outlined in D155747 and split the main SPIR-V ops
implementation file into a few smaller and quicker to compile files.
This organization matches the op definition organizaion in .td files.

In this patch, extract atomic, cast/conversion, and group op
implementation into separate files.

Diff Detail

Event Timeline

kuhar created this revision.Jul 19 2023, 8:42 PM
Herald added a project: Restricted Project. · View Herald TranscriptJul 19 2023, 8:42 PM
kuhar requested review of this revision.Jul 19 2023, 8:42 PM
antiagainst accepted this revision.Jul 19 2023, 10:19 PM
This revision is now accepted and ready to land.Jul 19 2023, 10:19 PM