This is an archive of the discontinued LLVM Phabricator instance.

[mlir][SPIRV] Rename OpSpecConstantOperation -> OpSpecConstantOp
ClosedPublic

Authored by mravishankar on Jan 20 2021, 2:47 PM.

Details

Summary

The SPIR-V spec uses OpSpecConstantOp. Using an inconsistent name
makes the dialect generation scripts fail. Update to use the right
operation name, and fix the auto generation scripts as well.

Diff Detail