This is an archive of the discontinued LLVM Phabricator instance.

[MLIR][SPIRV] Rename `spv.undef` to `spv.Undef`.
ClosedPublic

Authored by ergawy on Mar 5 2021, 12:58 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. For ops that
don't have a SPIR-V spec counterpart, we use spv.mlir.snake_case.

Diff Detail

Event Timeline

ergawy created this revision.Mar 5 2021, 12:58 AM
ergawy requested review of this revision.Mar 5 2021, 12:58 AM
ergawy retitled this revision from [MLIR][SPIRV] Rename `spv.selection` to `spv.mlir.selection`. to [MLIR][SPIRV] Rename `spv.undef` to `spv.Undef`..Mar 5 2021, 1:00 AM
antiagainst accepted this revision.Mar 5 2021, 12:44 PM
This revision is now accepted and ready to land.Mar 5 2021, 12:44 PM
This revision was landed with ongoing or failed builds.Mar 5 2021, 12:50 PM
This revision was automatically updated to reflect the committed changes.