This is an archive of the discontinued LLVM Phabricator instance.

[ModRef] Move ModRefInfo and FunctionModRefBehavior into IR (NFC)
ClosedPublic

Authored by nikic on Oct 10 2022, 8:17 AM.

Details

Summary

This is in preparation for https://discourse.llvm.org/t/rfc-unify-memory-effect-attributes/65579. FunctionModRefBehavior will be used by attributes, and as such has to be available in IR, not just Analysis.

Diff Detail

Event Timeline

nikic created this revision.Oct 10 2022, 8:17 AM
Herald added a project: Restricted Project. · View Herald TranscriptOct 10 2022, 8:17 AM
nikic requested review of this revision.Oct 10 2022, 8:17 AM
Herald added a project: Restricted Project. · View Herald TranscriptOct 10 2022, 8:17 AM

Looks good to me.

This revision was not accepted when it landed; it landed in state Needs Review.Oct 13 2022, 3:11 AM
This revision was automatically updated to reflect the committed changes.