This is an archive of the discontinued LLVM Phabricator instance.

[mlir][spirv] Support shaped types with index element
ClosedPublic

Authored by kuhar on Mar 1 2023, 10:58 AM.

Details

Summary

This makes the SPIR-V type converter first convert index element types
to the right integer type.

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

Diff Detail

Event Timeline

kuhar created this revision.Mar 1 2023, 10:58 AM
kuhar requested review of this revision.Mar 1 2023, 10:58 AM
antiagainst accepted this revision.Mar 1 2023, 11:02 AM

Nice, thanks for fixing this!

This revision is now accepted and ready to land.Mar 1 2023, 11:02 AM
This revision was landed with ongoing or failed builds.Mar 1 2023, 11:04 AM
This revision was automatically updated to reflect the committed changes.