[PATCH] D123198: [LibCalls] Add argument extension attributes to more functions.
Jonas Paulsson via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Sat Apr 9 02:09:17 PDT 2022
jonpa updated this revision to Diff 421704.
jonpa added a comment.
Patch updated per review (see inline commenting).
>> @under_IO_putc(i32, %opaque*) is not present on SystemZ and not handled.
>
> This has the same signature as putc; please fix while you're here.
OK - it is now under the same switch case as putc (although still untested in annotate.ll as before). I also moved under_IO_getc into the getc handling as they are also identical.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D123198/new/
https://reviews.llvm.org/D123198
Files:
llvm/lib/Transforms/Utils/BuildLibCalls.cpp
llvm/test/Transforms/InferFunctionAttrs/annotate.ll
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D123198.421704.patch
Type: text/x-patch
Size: 24473 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20220409/8779502f/attachment.bin>
More information about the llvm-commits
mailing list