This is an archive of the discontinued LLVM Phabricator instance.

[mlir][spirv] Add base classes for vendor ops
ClosedPublic

Authored by kuhar on Sep 2 2022, 8:32 PM.

Details

Summary

This is the first patch in the series to rename vendor ops from
spv.NameVENDOR to spv.VENDOR.Name. The goal is to make the SPIR-V
dialect more internally consistent.

Issue: https://github.com/llvm/llvm-project/issues/56863

Diff Detail

Event Timeline

kuhar created this revision.Sep 2 2022, 8:32 PM
Herald added a project: Restricted Project. · View Herald Transcript
kuhar requested review of this revision.Sep 2 2022, 8:32 PM
antiagainst accepted this revision.Sep 6 2022, 8:58 AM
This revision is now accepted and ready to land.Sep 6 2022, 8:58 AM