[PATCH] D70365: intrinsics attribute opt-out list proposal.
Stefan Stipanovic via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Jun 30 13:36:25 PDT 2020
sstefan1 added a comment.
In D70365#2123539 <https://reviews.llvm.org/D70365#2123539>, @efriedma wrote:
> On a related note, we might want to consider doing something for pointer/memory handling as well, since that's currently pretty awkward. Most pointer arguments should be nocapture/nofree, but we don't really mark that consistently.
I guess something similar can be done with pointer arguments as well. I can take a look at that once we settle on the approach here.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D70365/new/
https://reviews.llvm.org/D70365
More information about the llvm-commits
mailing list