This is an archive of the discontinued LLVM Phabricator instance.

[mlir][LLVM] Implement mapping of phi source values of `llvm.invoke`
ClosedPublic

Authored by zero9178 on Jan 5 2022, 3:08 PM.

Details

Summary

This patch allows the usage of the normalDestOperands and unwindDestOperands operands of llvm.invoke and have them be correctly mapped to phis in the successor when exported to LLVM IR.

Diff Detail

Event Timeline

zero9178 created this revision.Jan 5 2022, 3:08 PM
zero9178 requested review of this revision.Jan 5 2022, 3:08 PM
wsmoses accepted this revision.Jan 5 2022, 5:52 PM

LGTM

This revision is now accepted and ready to land.Jan 5 2022, 5:52 PM
shraiysh accepted this revision.Jan 5 2022, 8:16 PM