[PATCH] D121415: [FunctionAttrs] Infer argmemonly .
Nikita Popov via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Mar 10 14:49:24 PST 2022
nikic added a comment.
Just wondering whether integrating this into checkFunctionMemoryAccess() would make more sense? It already does all the ModRefBehavior queries, so I'd expect it to fit naturally.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D121415/new/
https://reviews.llvm.org/D121415
More information about the llvm-commits
mailing list