This is an archive of the discontinued LLVM Phabricator instance.

[mlir] fix the types used during the generation of the kernel param array
ClosedPublic

Authored by gysit on Oct 7 2020, 5:35 AM.

Details

Summary

The patch fixes the types used to access the elements of the kernel parameter structure from a pointer to the structure to a pointer to the actual parameter type.

Diff Detail

Event Timeline

gysit created this revision.Oct 7 2020, 5:35 AM
Herald added a project: Restricted Project. · View Herald TranscriptOct 7 2020, 5:35 AM
gysit requested review of this revision.Oct 7 2020, 5:35 AM
csigg accepted this revision.Oct 7 2020, 7:01 AM

Thanks!

This revision is now accepted and ready to land.Oct 7 2020, 7:01 AM