This is an archive of the discontinued LLVM Phabricator instance.

[mlir][LLVM] Set cleanup flag on `llvm.landingpad` when exporting to LLVM IR
ClosedPublic

Authored by zero9178 on Jan 3 2022, 2:51 PM.

Details

Summary

Exporting a llvm.landingpad operation with the cleanup flag set is currently ignored by the export code.


Originally discovered it when I wrote the tests for https://reviews.llvm.org/D116564. Depends on it for the test changes as well.

Diff Detail