This is an archive of the discontinued LLVM Phabricator instance.

[MLIR][LLVM] Allow inlining noalias attributes.
ClosedPublic

Authored by definelicht on May 22 2023, 2:05 AM.

Details

Summary

We can not yet generate new aliasing metadata based on these arguments
because their global nature does not allow parallel inlining, but since
this is not necessary for correctness, we allow inlining functions that
have arguments with the noalias attribute for now.

Diff Detail

Event Timeline

definelicht created this revision.May 22 2023, 2:05 AM
Herald added a reviewer: dcaballe. · View Herald Transcript
Herald added a project: Restricted Project. · View Herald Transcript
definelicht requested review of this revision.May 22 2023, 2:05 AM
gysit accepted this revision.May 22 2023, 2:14 AM

LGTM!

This revision is now accepted and ready to land.May 22 2023, 2:14 AM
This revision was automatically updated to reflect the committed changes.