[PATCH] D86021: [IR] Make nosync, nofree and willreturn default for intrinsics.
Matt Arsenault via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Aug 27 06:39:21 PDT 2020
arsenm added inline comments.
================
Comment at: llvm/include/llvm/IR/Intrinsics.td:33
// IntrNoSync - Threads executing the intrinsic will not synchronize using
-// memory or other means.
-def IntrNoSync : IntrinsicProperty;
+// memory or other means. Applied by default.
+def IntrNoSync : IntrinsicProperty<1>;
----------------
Probably should group all the default attributes together
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