This is an archive of the discontinued LLVM Phabricator instance.

[MLIR][LLVM] Allowlist more side-effecting operations in LLVM inliner.
ClosedPublic

Authored by definelicht on Mar 29 2023, 6:27 AM.

Details

Summary

These operations do not on their own require special handling to be
inlined, and can just be inlined as is.

Diff Detail

Event Timeline

definelicht created this revision.Mar 29 2023, 6:27 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 29 2023, 6:27 AM
gysit accepted this revision.Mar 29 2023, 6:31 AM

LGTM!

This revision is now accepted and ready to land.Mar 29 2023, 6:31 AM
This revision was landed with ongoing or failed builds.Mar 30 2023, 4:45 AM
This revision was automatically updated to reflect the committed changes.