[PATCH] D141722: Attributes: Check declarations for dereferenceable bytes
Matt Arsenault via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Jan 16 10:24:58 PST 2023
arsenm added inline comments.
================
Comment at: llvm/include/llvm/IR/InstrTypes.h:1813
+
+ return Bytes;
}
----------------
jdoerfert wrote:
> Yes, maximum please.
Alternatively we could require callsite attributes be greater than the declaration but I could see that being mildly annoying
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D141722/new/
https://reviews.llvm.org/D141722
More information about the llvm-commits
mailing list