[PATCH] D65377: [FunctionAttrs] Annotate intrinsics with nosync

Stefan Stipanovic via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Sun Jul 28 09:59:38 PDT 2019


sstefan1 created this revision.
sstefan1 added reviewers: jdoerfert, uenoku, jfb, arsenm, hfinkel.
Herald added subscribers: llvm-commits, dexonsmith, wdng.
Herald added a project: LLVM.

With introduction of `nosync` function attribute, we should annotate intrinsics where nosync applies. Only few are annotated right now, any suggestins are welcome.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D65377

Files:
  llvm/include/llvm/IR/Intrinsics.td
  llvm/test/Analysis/BasicAA/cs-cs.ll
  llvm/test/Feature/intrinsics.ll
  llvm/test/Transforms/DeadStoreElimination/simple.ll
  llvm/test/Transforms/FunctionAttrs/nofree-attributor.ll
  llvm/test/Transforms/FunctionAttrs/willreturn.ll
  llvm/test/Transforms/InstCombine/intrinsics.ll
  llvm/test/Transforms/SLPVectorizer/X86/call.ll
  llvm/test/Transforms/SLPVectorizer/X86/intrinsic.ll
  llvm/utils/TableGen/CodeGenIntrinsics.h
  llvm/utils/TableGen/CodeGenTarget.cpp
  llvm/utils/TableGen/IntrinsicEmitter.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D65377.212112.patch
Type: text/x-patch
Size: 23434 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20190728/2a1abb2b/attachment.bin>


More information about the llvm-commits mailing list