This is an archive of the discontinued LLVM Phabricator instance.

[mlir][spirv] Allow converting from index type in unsigned ops
ClosedPublic

Authored by antiagainst on Apr 26 2022, 6:39 AM.

Details

Summary

index type is converted to i32 in SPIR-V. This is fine to
support for all signed/unsigned ops.

Diff Detail

Event Timeline

antiagainst created this revision.Apr 26 2022, 6:39 AM
Herald added a project: Restricted Project. · View Herald Transcript
antiagainst requested review of this revision.Apr 26 2022, 6:39 AM
hanchung accepted this revision.Apr 26 2022, 11:02 PM
This revision is now accepted and ready to land.Apr 26 2022, 11:02 PM