diff options
author | Florian Hahn <flo@fhahn.com> | 2021-01-18 13:40:21 +0000 |
---|---|---|
committer | Florian Hahn <flo@fhahn.com> | 2021-01-18 13:40:21 +0000 |
commit | e6d758de82b6f93f81e71617aeb5a37e57d6ada9 (patch) | |
tree | 57e8d8ce4459ef6aa10afd932c35ab605957a1d4 /llvm/lib/Analysis/ModuleSummaryAnalysis.cpp | |
parent | 36710c38c1b741ff9cc70060893d53fc24c07833 (diff) | |
download | llvm-e6d758de82b6f93f81e71617aeb5a37e57d6ada9.zip llvm-e6d758de82b6f93f81e71617aeb5a37e57d6ada9.tar.gz llvm-e6d758de82b6f93f81e71617aeb5a37e57d6ada9.tar.bz2 |
[InferAttrs] Mark some library functions as willreturn.
This patch marks some library functions as willreturn. On the first pass, I
excluded most functions that interact with streams/the filesystem.
Along with willreturn, it also adds nounwind to a set of math functions.
There probably are a few additional attributes we can add for those, but
that should be done separately.
Reviewed By: nikic
Differential Revision: https://reviews.llvm.org/D94684
Diffstat (limited to 'llvm/lib/Analysis/ModuleSummaryAnalysis.cpp')
0 files changed, 0 insertions, 0 deletions