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

Nicolai Hähnle via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Aug 10 08:54:01 PDT 2020


nhaehnle updated this revision to Diff 284397.
nhaehnle marked an inline comment as done.
nhaehnle added a comment.

Address a first batch of review comments. I got almost as far as the final examples section.

I agree that IR Verifier checks would be useful. I'm going to add those, but I think I'm going to wait for some of the other discussion first.


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.284397.patch
Type: text/x-patch
Size: 33000 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20200810/fad87d32/attachment.bin>


More information about the llvm-commits mailing list