[PATCH] D135589: [ModRef] Move ModRefInfo and FunctionModRefBehavior into IR (NFC)

Nikita Popov via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Oct 10 08:17:07 PDT 2022


nikic created this revision.
Herald added a subscriber: jeroen.dobbelaere.
Herald added a project: All.
nikic requested review of this revision.
Herald added a project: LLVM.
Herald added a subscriber: llvm-commits.

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.


https://reviews.llvm.org/D135589

Files:
  llvm/include/llvm/Analysis/AliasAnalysis.h
  llvm/include/llvm/IR/ModRef.h

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D135589.466509.patch
Type: text/x-patch
Size: 16769 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20221010/95230b19/attachment.bin>


More information about the llvm-commits mailing list