[PATCH] D85603: IR: Add convergence control operand bundle and intrinsics
Nicolai Hähnle via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Sun Aug 9 07:23:04 PDT 2020
nhaehnle created this revision.
nhaehnle added a reviewer: jdoerfert.
Herald added a project: LLVM.
nhaehnle requested review of this revision.
See ConvergentOperations.rst for the details.
This replaces the proposal from https://reviews.llvm.org/D68994
This patch adds the operand bundle and intrinsics themselves, as well as
the LangRef documentation describing the semantics of controlled
convergent operations. Follow-up patches will adjust existing passes to
comply with those changes, as well as provide new functionality on top
of this mechanism.
Change-Id: I045c6bc864c4dc5fb0a23b0279e30fac06c5b974
Repository:
rG LLVM Github Monorepo
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.284198.patch
Type: text/x-patch
Size: 32483 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20200809/2d30d4da/attachment.bin>
More information about the llvm-commits
mailing list