[PATCH] D26165: [NVPTX] Remove NVPTXFavorNonGenericAddrSpaces pass.
Justin Lebar via llvm-commits
llvm-commits at lists.llvm.org
Mon Oct 31 14:21:23 PDT 2016
jlebar created this revision.
jlebar added a reviewer: tra.
jlebar added subscribers: jingyue, llvm-commits.
Herald added subscribers: mgorny, jholewinski.
This has been replaced by the NVPTXInferAddressSpaces pass. We've had
the new one as the default with the old one accessible via a flag for
some months now, and we've had no problems.
https://reviews.llvm.org/D26165
Files:
llvm/lib/Target/NVPTX/CMakeLists.txt
llvm/lib/Target/NVPTX/NVPTX.h
llvm/lib/Target/NVPTX/NVPTXFavorNonGenericAddrSpaces.cpp
llvm/lib/Target/NVPTX/NVPTXLowerAlloca.cpp
llvm/lib/Target/NVPTX/NVPTXLowerArgs.cpp
llvm/lib/Target/NVPTX/NVPTXTargetMachine.cpp
llvm/test/CodeGen/NVPTX/access-non-generic.ll
llvm/test/CodeGen/NVPTX/addrspacecast.ll
llvm/test/CodeGen/NVPTX/lower-alloca.ll
llvm/test/CodeGen/NVPTX/shfl.ll
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D26165.76483.patch
Type: text/x-patch
Size: 22159 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20161031/03e179b6/attachment.bin>
More information about the llvm-commits
mailing list