[PATCH] D85603: IR: Add convergence control operand bundle and intrinsics

Nicolai Hähnle via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Aug 13 00:00:54 PDT 2020


nhaehnle updated this revision to Diff 285267.
nhaehnle added a comment.

Actually submit all the changes that I thought I had submitted
two days ago.

Also:

- add rationale for the static rule on cycles
- expand the discussion of program transform correctness for loop unrolling and split the section since it's getting quite large


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D85603

Files:
  llvm/docs/ConvergentOperations.rst
  llvm/docs/LangRef.rst
  llvm/docs/Reference.rst
  llvm/include/llvm/IR/Intrinsics.td
  llvm/include/llvm/IR/LLVMContext.h
  llvm/lib/IR/LLVMContext.cpp
  llvm/test/Bitcode/operand-bundles-bc-analyzer.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D85603.285267.patch
Type: text/x-patch
Size: 53432 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20200813/6d2002b2/attachment.bin>


More information about the llvm-commits mailing list