This is an archive of the discontinued LLVM Phabricator instance.

[mlir][LLVM] Fix export call mapping for calls with a result
ClosedPublic

Authored by Dinistro on Aug 21 2023, 1:48 PM.

Details

Summary

This commit adds a missed update of the call mapping in the LLVM export
for calls with no result. Before, these calls were not inserted and
thus, the export dropped branch weights on them.

Diff Detail

Event Timeline

Dinistro created this revision.Aug 21 2023, 1:48 PM
Herald added a reviewer: dcaballe. · View Herald Transcript
Herald added a project: Restricted Project. · View Herald Transcript
Dinistro requested review of this revision.Aug 21 2023, 1:48 PM
zero9178 accepted this revision.Aug 21 2023, 2:42 PM

LGTM!

This revision is now accepted and ready to land.Aug 21 2023, 2:42 PM