[PATCH] D116971: [AttributorAttributes] Remove hardcoded parameters
Bryce Wilson via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Jan 11 17:27:12 PST 2022
Bryce-MW updated this revision to Diff 399140.
Bryce-MW added a comment.
- Rebase
- Try different getSize
The only thing I could think of that could cause that test to fail would be the change to getSize since it was changed to use getObjectSize which I don't fully understand the workings of. I've been told that getObjectSize is prefered but if this works and it doesn't then I'm not sure what I can do about it.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D116971/new/
https://reviews.llvm.org/D116971
Files:
llvm/include/llvm/Analysis/MemoryBuiltins.h
llvm/lib/Analysis/MemoryBuiltins.cpp
llvm/lib/Transforms/IPO/AttributorAttributes.cpp
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D116971.399140.patch
Type: text/x-patch
Size: 8350 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20220112/448bcdbe/attachment.bin>
More information about the llvm-commits
mailing list