llvm-project/llvm/test/Transforms/InferFunctionAttrs
Dávid Bolvanský 155ac33394 [BuildLibCalls] Add noalias for strcat and stpcpy
strcat:
destination and source shall not overlap. (http://www.cplusplus.com/reference/cstring/strcat/)

stpcpy:
The strings may not overlap, and the destination string dest must be  large enough to receive the copy. (https://man7.org/linux/man-pages/man3/stpcpy.3.html)

Reviewed By: jdoerfert

Differential Revision: https://reviews.llvm.org/D88335
2020-09-27 21:37:09 +02:00
..
annotate.ll [BuildLibCalls] Add noalias for strcat and stpcpy 2020-09-27 21:37:09 +02:00
dereferenceable.ll [Attributor] Copy or port test cases related to Attributor to` Attributor` test folder 2019-12-02 15:36:29 +00:00
no-proto.ll
norecurse_debug.ll [llvm] Fix missing FileCheck directive colons 2020-04-06 09:59:08 -06:00
pr30455.ll