The result value of a llvm.invoke operation is currently not mapped to the corresponding llvm::Value* when exporting to LLVM IR. This leads to any later operations using the result to crash as it receives a nullptr.
Details
Details
Diff Detail
Diff Detail
Event Timeline
Herald added subscribers: sdasgup3, wenzhicui, wrengr and 19 others. · View Herald TranscriptJan 3 2022, 2:44 PM
This revision is now accepted and ready to land.Jan 3 2022, 2:47 PM
This revision was landed with ongoing or failed builds.Jan 3 2022, 2:53 PM
Closed by commit rGc343c200ea0d: [mlir][LLVM] Fix mapping of result values of `llvm.invoke` during export (authored by zero9178). · Explain Why
This revision was automatically updated to reflect the committed changes.