[PATCH] D86021: [IR] Make nosync, nofree and willreturn default for intrinsics.

Eli Friedman via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Sep 29 14:01:48 PDT 2020


efriedma added a comment.

We probably shouldn't be messing with the attributes on llvm.coro.* intrinsics.  The rules for transforms around coroutine intrinsics aren't completely settled (see also https://reviews.llvm.org/D87817), but at least some of them can run arbitrary code.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D86021



More information about the llvm-commits mailing list