[NVPTX] Add isel patterns for [reg+offset] form of ldg/ldu.
authorJustin Holewinski <jholewinski@nvidia.com>
Mon, 1 Jul 2013 12:58:52 +0000 (12:58 +0000)
committerJustin Holewinski <jholewinski@nvidia.com>
Mon, 1 Jul 2013 12:58:52 +0000 (12:58 +0000)
commit9bc8feeb4fd15883949900194c93fd1704c404b4
treeac26a33d687daf0c98ed011d3c7aa15a38f686a5
parent30b13ebd0b3d29d5f2d3dcbccee31d3a55917277
[NVPTX] Add isel patterns for [reg+offset] form of ldg/ldu.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@185329 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Target/NVPTX/NVPTXISelDAGToDAG.cpp
lib/Target/NVPTX/NVPTXIntrinsics.td
test/CodeGen/NVPTX/ldu-reg-plus-offset.ll [new file with mode: 0644]