This is an archive of the discontinued LLVM Phabricator instance.

[mlir][spirv] Add serialization control to emit symbol name
ClosedPublic

Authored by antiagainst on Dec 10 2021, 8:52 AM.

Details

Summary

In SPIR-V, symbol names are encoded as OpName instructions.
They are not semantic impacting and can be omitted, which can
reduce the binary size.

Diff Detail