This is an archive of the discontinued LLVM Phabricator instance.

[mlir] use intptr_t in C API
ClosedPublic

Authored by ftynse on Aug 11 2020, 9:44 AM.

Details

Summary

Using intptr_t is a consensus for MLIR C API, but the change was missing
from 75f239e9756b (that was using unsigned initially) due to a
misrebase.

Diff Detail

Event Timeline

ftynse created this revision.Aug 11 2020, 9:44 AM
Herald added a project: Restricted Project. · View Herald TranscriptAug 11 2020, 9:44 AM
ftynse requested review of this revision.Aug 11 2020, 9:44 AM
mehdi_amini accepted this revision.Aug 11 2020, 10:09 AM
This revision is now accepted and ready to land.Aug 11 2020, 10:09 AM
stellaraccident accepted this revision.Aug 11 2020, 6:53 PM
This revision was automatically updated to reflect the committed changes.