This is an archive of the discontinued LLVM Phabricator instance.

[mlir][spirv] Avoid duplicated Block decoration during serialization
ClosedPublic

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

Details

Summary

It's legal per the Vulkan / SPIR-V spec; still it's better to avoid
such duplication to have cleaner blob and reduce the binary size.

Depends On D115531

Diff Detail