OSDN Git Service

[NVPTX] Implemented shfl.sync instruction and supporting intrinsics/builtins.
authorArtem Belevich <tra@google.com>
Wed, 20 Sep 2017 21:23:07 +0000 (21:23 +0000)
committerArtem Belevich <tra@google.com>
Wed, 20 Sep 2017 21:23:07 +0000 (21:23 +0000)
commit34fb94caca2715263dcaeb4566d805881328f507
tree5acf3e347886a4963fe33646457dbbd9171d8c3c
parentaa0ab207ffab9513035b998ea6a8bc1a55972108
[NVPTX] Implemented shfl.sync instruction and supporting intrinsics/builtins.

Differential Revision: https://reviews.llvm.org/D38090

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@313820 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/IR/IntrinsicsNVVM.td
lib/Target/NVPTX/NVPTXIntrinsics.td
test/CodeGen/NVPTX/shfl-sync.ll [new file with mode: 0644]