This reduces the chances of segfault. While it is a good practice to ensure
robust custom printers, it is unfortunately common to have them crash on
invalid input.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Paths
| Differential D92536
Use the generic form when printing from the python bindings and the verifier fails ClosedPublic Authored by mehdi_amini on Dec 2 2020, 8:21 PM.
Details Summary This reduces the chances of segfault. While it is a good practice to ensure
Diff Detail
Event TimelineHerald added subscribers: stephenneuendorffer, nicolasvasilache. · View Herald TranscriptDec 2 2020, 8:21 PM This revision is now accepted and ready to land.Dec 2 2020, 11:43 PM This revision was landed with ongoing or failed builds.Dec 3 2020, 10:45 AM Closed by commit rG1c2159494d07: Use the generic form when printing from the python bindings and the verifier… (authored by mehdi_amini). · Explain Why This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 309133 mlir/include/mlir-c/IR.h
mlir/lib/Bindings/Python/IRModules.cpp
mlir/lib/CAPI/IR/IR.cpp
mlir/test/Bindings/Python/ir_operation.py
|