parseSourceString does not require null-terminated string, hence
requirement on memory buffer can be relaxed.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Differential D159214
[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
Diff Detail
Event TimelineThis 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 Closed by commit rG7c800a41b043: [mlir] Relax requirement on memory buffer creation. (authored by jpienaar). · Explain Why This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 554752 mlir/lib/Parser/Parser.cpp
|