[PATCH] D69257: Outline non returning functions unless a longjmp

Florian Hahn via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Oct 21 09:39:13 PDT 2019


fhahn added a comment.

The longjmp intrinsic already should have the NoReturn property. Is the motivation here to handle calls of a function named `longjmp`, that is not the longjmp intrinsic? If that's the case, I do not think that is safe to do so. Unless it's the intrinsic, nothing ensures a function named `longjmp` actually corresponds to the library function.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D69257





More information about the llvm-commits mailing list