This is an archive of the discontinued LLVM Phabricator instance.

[mlir][spirv] Fix verification of nested array constants
ClosedPublic

Authored by sgrechanik on Feb 3 2022, 12:37 PM.

Details

Summary

Fix the verification function of spirv::ConstantOp to allow nesting
array attributes.

Diff Detail

Event Timeline

sgrechanik created this revision.Feb 3 2022, 12:37 PM
sgrechanik requested review of this revision.Feb 3 2022, 12:37 PM
antiagainst accepted this revision.Feb 4 2022, 9:02 AM

Cool, thanks for the fix!

This revision is now accepted and ready to land.Feb 4 2022, 9:02 AM