This is an archive of the discontinued LLVM Phabricator instance.

[MLIR][LLVM] Add debug output to the LLVM inliner.
ClosedPublic

Authored by definelicht on Mar 22 2023, 8:16 AM.

Details

Summary

This revealed a test case that wasn't hitting the intended branch
because the inlinees had no function definition.

Depends on D146628

Diff Detail

Event Timeline

definelicht created this revision.Mar 22 2023, 8:16 AM
Herald added a reviewer: dcaballe. · View Herald Transcript
Herald added a project: Restricted Project. · View Herald Transcript
definelicht requested review of this revision.Mar 22 2023, 8:16 AM
gysit accepted this revision.Mar 22 2023, 8:24 AM

LGTM

This revision is now accepted and ready to land.Mar 22 2023, 8:24 AM
This revision was automatically updated to reflect the committed changes.