[all-commits] [llvm/llvm-project] 9d2796: [Tests] Add willreturn to libcalls in some tests
Nikita Popov via All-commits
all-commits at lists.llvm.org
Fri Jan 22 12:52:48 PST 2021
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 9d2796210f71f95d0c62337c130a455694ce99a5
https://github.com/llvm/llvm-project/commit/9d2796210f71f95d0c62337c130a455694ce99a5
Author: Nikita Popov <nikita.ppv at gmail.com>
Date: 2021-01-22 (Fri, 22 Jan 2021)
Changed paths:
M llvm/test/Transforms/Attributor/nonnull.ll
M llvm/test/Transforms/DCE/calls-errno.ll
M llvm/test/Transforms/InstSimplify/ConstProp/calls-math-finite.ll
M llvm/test/Transforms/InstSimplify/ConstProp/calls.ll
M llvm/test/Transforms/InstSimplify/ConstProp/round.ll
M llvm/test/Transforms/InstSimplify/ConstProp/trunc.ll
Log Message:
-----------
[Tests] Add willreturn to libcalls in some tests
Willreturn would be inferred by FuncAttrs for these. Annotate them
to preserve test behavior in the future.
More information about the All-commits
mailing list