[PATCH] D46147: [NVPTX] Added a feature to use short pointers for const/local/shared AS.

Benjamin Kramer via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Sat Apr 28 02:09:37 PDT 2018


bkramer added a comment.

Would it be possible to get rid of the flag entirely and make this controlled only by the data layout? That's defined on the module level.


https://reviews.llvm.org/D46147





More information about the llvm-commits mailing list