This is an archive of the discontinued LLVM Phabricator instance.

[NVPTX] Implemented shfl.sync instruction and supporting intrinsics/builtins.
ClosedPublic

Authored by tra on Sep 20 2017, 11:21 AM.

Diff Detail

Repository
rL LLVM

Event Timeline

tra created this revision.Sep 20 2017, 11:21 AM
jlebar added inline comments.Sep 20 2017, 11:33 AM
clang/lib/Headers/__clang_cuda_intrinsics.h
161 ↗(On Diff #116037)

Nit, better linebreaking in the comment?

llvm/include/llvm/IR/IntrinsicsNVVM.td
3744 ↗(On Diff #116037)

IntrConvergent?

tra updated this revision to Diff 116047.Sep 20 2017, 11:54 AM

Addressed Justin's comments.

tra marked 2 inline comments as done.Sep 20 2017, 11:54 AM
jlebar accepted this revision.Sep 20 2017, 1:13 PM
This revision is now accepted and ready to land.Sep 20 2017, 1:13 PM
This revision was automatically updated to reflect the committed changes.