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

Matt Arsenault via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Apr 27 14:21:19 PDT 2018


arsenm added a comment.

NVPTX wasn't already doing this? As this is a module property, a subtarget feature can't be used for this. For example what happens for a global value?


https://reviews.llvm.org/D46147





More information about the llvm-commits mailing list