[PATCH] D115302: GlobalsModRef should treat functions w/o nosync conservatively.

Nikita Popov via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Dec 9 12:51:07 PST 2021


nikic added a comment.

Please let's not bring `nocallback` into this. It's an as-yet completely unused attribute, and we haven't even converted most target intrinsics to use default attributes yet. Changing `Intrinsic::isLeaf()` to use an attribute instead of a hard-coded list seems completely orthogonal to this issue.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D115302



More information about the llvm-commits mailing list