[PATCH] D85573: [CGAtomic] Mark atomic libcall functions `nounwind`

Gui Andrade via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Mon Aug 10 13:29:49 PDT 2020


guiand added a comment.

I don't think we can necessarily guarantee `argmemonly/readonly/writeonly`, particularly since these library calls can take a lock somewhere inside. I'll definitely add `nocapture` and `willreturn` though.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D85573



More information about the cfe-commits mailing list