This is an archive of the discontinued LLVM Phabricator instance.

[MLIR][SPIRV] Rename `spv.spcConstant...` to `spv.SpcConstant...`.
ClosedPublic

Authored by ergawy on Mar 4 2021, 12:41 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:41 AM
ergawy requested review of this revision.Mar 4 2021, 12:41 AM
This revision was not accepted when it landed; it landed in state Needs Review.Mar 4 2021, 1:07 PM
This revision was automatically updated to reflect the committed changes.

LGTM. But forgot to mark it as accepted before landing. :)