[NVPTX] Remove NoCapture from address space conversion intrinsics. NoCapture is not...
authorJustin Holewinski <jholewinski@nvidia.com>
Mon, 11 Feb 2013 18:56:35 +0000 (18:56 +0000)
committerJustin Holewinski <jholewinski@nvidia.com>
Mon, 11 Feb 2013 18:56:35 +0000 (18:56 +0000)
commitff5adad9f39f60dc9f1caadef03b6aa7922ed168
tree80c4f5563a4b5e01ac6e3c04c92a31c59eb1bb7c
parentb1a82589339fed148c12b052d30861a539552f1a
[NVPTX] Remove NoCapture from address space conversion intrinsics. NoCapture is not valid in this case, and was causing incorrect optimizations.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@174896 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/IR/IntrinsicsNVVM.td
test/CodeGen/NVPTX/intrin-nocapture.ll [new file with mode: 0644]