[PATCH] D96949: [FuncAttrs] Add willreturn to readonly callsites in mustprogress fns.

Johannes Doerfert via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Feb 18 09:16:44 PST 2021


jdoerfert added a comment.

FWIW, having call site deduction is generally helpful, also for willreturn. I'd much rather spend time on a lightweight Attributor pass than this though, there it is part of the overall model anyway.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D96949/new/

https://reviews.llvm.org/D96949



More information about the llvm-commits mailing list