[PATCH] D70365: intrinsics attribute opt-out list proposal.

Stefan Stipanovic via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Jun 30 05:23:19 PDT 2020


sstefan1 added a comment.

In D70365#2121590 <https://reviews.llvm.org/D70365#2121590>, @jdoerfert wrote:

> One way to avoid some of the complexity would be to opt-out of everything with a single bit. So if this is set, you don't get any default attributes. Otherwise you get all.


Agreed, that could be another way to go about this. By now, I'm not really sure what is the best out of all the options. What do others think?

> When we settled on a scheme we need to send another email telling people we'll activate it for `NoSycn` "soon" and they should check their target intrinsics appropriately.

Yes, that's why I suggested leaving that for another patch.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D70365





More information about the llvm-commits mailing list