[PATCH] D100124: [Clang][NVPTX] Add NVPTX intrinsics and builtins for CUDA PTX redux.sync instructions
Steffen Larsen via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Wed Apr 21 03:56:28 PDT 2021
steffenlarsen updated this revision to Diff 339169.
steffenlarsen added a comment.
Changes:
- Removed integer type from builtin and intrinsic names.
- Signedness in builtin and intrinsic names moved to operator name, i.e. umin and umax.
- Removed redundant addition variant.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D100124/new/
https://reviews.llvm.org/D100124
Files:
clang/include/clang/Basic/BuiltinsNVPTX.def
clang/test/CodeGenCUDA/redux-builtins.cu
llvm/include/llvm/IR/IntrinsicsNVVM.td
llvm/lib/Target/NVPTX/NVPTXInstrInfo.td
llvm/lib/Target/NVPTX/NVPTXIntrinsics.td
llvm/test/CodeGen/NVPTX/redux-sync.ll
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D100124.339169.patch
Type: text/x-patch
Size: 9776 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20210421/2454398d/attachment.bin>
More information about the cfe-commits
mailing list