This is an archive of the discontinued LLVM Phabricator instance.

[mlir][spirv] Fix runtime array stride when emulating bitwidth
ClosedPublic

Authored by antiagainst on Apr 12 2021, 12:43 PM.

Details

Summary

The stride should be calculated with the converted array element
type, not the original input type.

Depends On D100335

Diff Detail

Event Timeline

antiagainst created this revision.Apr 12 2021, 12:43 PM
antiagainst requested review of this revision.Apr 12 2021, 12:43 PM
mravishankar accepted this revision.Apr 12 2021, 1:44 PM
This revision is now accepted and ready to land.Apr 12 2021, 1:44 PM