This is an archive of the discontinued LLVM Phabricator instance.

[MLIR][SPIRV] Rename `spv.globalVariable` to `spv.GlobalVariable`.
ClosedPublic

Authored by ergawy on Mar 4 2021, 12:33 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:33 AM
ergawy requested review of this revision.Mar 4 2021, 12:33 AM
antiagainst accepted this revision.Mar 4 2021, 1:16 PM
This revision is now accepted and ready to land.Mar 4 2021, 1:16 PM