[PATCH] D121460: [FunctionAttrs] Turn MemoryAccessKind into class (NFC).
Nikita Popov via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri Mar 11 06:12:31 PST 2022
nikic added a comment.
Hm, could we maybe replace MemoryAccessKind with FunctionModRefBehavior? That's basically ArgMemOnly + InaccessibleMemOnly + ModRef, which seems like where we'll want to end up here as well?
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D121460/new/
https://reviews.llvm.org/D121460
More information about the llvm-commits
mailing list