This is an archive of the discontinued LLVM Phabricator instance.

[mlir][spirv] Handle zero-sized memrefs
ClosedPublic

Authored by kuhar on Aug 4 2023, 5:27 PM.

Details

Summary

Make sure to check type conversion results. Add missing tests.

Fix some typos in the surrounding code.

Fixes: https://github.com/llvm/llvm-project/issues/64409

Diff Detail

Event Timeline

kuhar created this revision.Aug 4 2023, 5:27 PM
Herald added a project: Restricted Project. · View Herald TranscriptAug 4 2023, 5:27 PM
kuhar requested review of this revision.Aug 4 2023, 5:27 PM
kuhar edited the summary of this revision. (Show Details)Aug 4 2023, 5:27 PM
kuhar retitled this revision from [mlir][spir] Handle zero-sized memrefs to [mlir][spirv] Handle zero-sized memrefs.
antiagainst accepted this revision.Aug 4 2023, 9:46 PM
This revision is now accepted and ready to land.Aug 4 2023, 9:46 PM
This revision was automatically updated to reflect the committed changes.