[PATCH] D64904: [FunctionAttrs] Annotate "willreturn" for intrinsics.
Johannes Doerfert via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Jul 24 12:50:43 PDT 2019
jdoerfert added inline comments.
================
Comment at: llvm/test/Transforms/Inline/noalias-calls.ll:37
attributes #1 = { nounwind }
attributes #2 = { nounwind uwtable }
----------------
Why do the numbers above change but no `willreturn` is visible?
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D64904/new/
https://reviews.llvm.org/D64904
More information about the llvm-commits
mailing list