This is an archive of the discontinued LLVM Phabricator instance.

[MLIR][SPIRV] Rename `spv.constant` to `spv.Constant`.
ClosedPublic

Authored by ergawy on Mar 4 2021, 12:16 AM.

Details

Summary

To unify the naming scheme across all ops in the SPIR-V dialect, we are
moving from spv.camelCase to spv.CamelCase everywhere.

Diff Detail

Event Timeline

ergawy created this revision.Mar 4 2021, 12:16 AM
ergawy requested review of this revision.Mar 4 2021, 12:16 AM
antiagainst accepted this revision.Mar 4 2021, 1:13 PM

Awesome, thanks!

This revision is now accepted and ready to land.Mar 4 2021, 1:13 PM
This revision was automatically updated to reflect the committed changes.