[PATCH] D141722: Attributes: Check declarations for dereferenceable bytes
Matt Arsenault via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Sat Jan 28 05:22:26 PST 2023
arsenm added inline comments.
================
Comment at: llvm/include/llvm/IR/InstrTypes.h:1832
return Attrs.getParamDereferenceableOrNullBytes(i);
}
----------------
jdoerfert wrote:
> Can you fix all 4 deref getters while you are here?
I got the return ones, I'd need to find a new testing strategy for the parameters
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D141722/new/
https://reviews.llvm.org/D141722
More information about the llvm-commits
mailing list