[PATCH] D147116: [RFC] Introduce convergence control intrinsics

Sameer Sahasrabuddhe via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Jun 19 22:00:50 PDT 2023


sameerds updated this revision to Diff 532784.
sameerds added a comment.

- rebase
- removed the verifier comment about conflict with EH landing pads


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D147116

Files:
  llvm/docs/ConvergenceAndUniformity.rst
  llvm/docs/ConvergentOperations.rst
  llvm/docs/LangRef.rst
  llvm/docs/Reference.rst
  llvm/docs/ReleaseNotes.rst
  llvm/include/llvm/ADT/GenericCycleImpl.h
  llvm/include/llvm/ADT/GenericCycleInfo.h
  llvm/include/llvm/Analysis/CycleAnalysis.h
  llvm/include/llvm/IR/CycleInfo.h
  llvm/include/llvm/IR/Intrinsics.td
  llvm/include/llvm/IR/LLVMContext.h
  llvm/lib/Analysis/CycleAnalysis.cpp
  llvm/lib/IR/CMakeLists.txt
  llvm/lib/IR/CycleInfo.cpp
  llvm/lib/IR/LLVMContext.cpp
  llvm/lib/IR/Verifier.cpp
  llvm/test/Analysis/UniformityAnalysis/AMDGPU/join-at-loop-heart.ll
  llvm/test/Assembler/convergence-control.ll
  llvm/test/Bitcode/convergence-control.ll
  llvm/test/Bitcode/convergence-control.ll.bc
  llvm/test/Bitcode/operand-bundles-bc-analyzer.ll
  llvm/test/Verifier/convergencectrl-invalid.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D147116.532784.patch
Type: text/x-patch
Size: 106427 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20230620/2c8aa834/attachment-0001.bin>


More information about the llvm-commits mailing list