This is an archive of the discontinued LLVM Phabricator instance.

[mlir] Relax requirement on memory buffer creation.
ClosedPublic

Authored by jpienaar on Aug 30 2023, 9:30 AM.

Details

Summary

parseSourceString does not require null-terminated string, hence
requirement on memory buffer can be relaxed.

Diff Detail

Event Timeline

jpienaar created this revision.Aug 30 2023, 9:30 AM
Herald added a project: Restricted Project. · View Herald Transcript
jpienaar requested review of this revision.Aug 30 2023, 9:30 AM
Mogball accepted this revision.Aug 30 2023, 2:22 PM
This revision is now accepted and ready to land.Aug 30 2023, 2:22 PM
This revision was landed with ongoing or failed builds.Aug 30 2023, 3:30 PM
This revision was automatically updated to reflect the committed changes.