[llvm] [NVPTX] add an optional early copy of byval arguments (PR #113384)

Justin Lebar via llvm-commits llvm-commits at lists.llvm.org
Wed Oct 23 14:11:57 PDT 2024


================
@@ -64,6 +64,11 @@ static cl::opt<bool> UseShortPointersOpt(
         "Use 32-bit pointers for accessing const/local/shared address spaces."),
     cl::init(false), cl::Hidden);
 
+static cl::opt<bool> EarlyByValArgsCopy(
----------------
jlebar wrote:

Perhaps copy/paste the PR description on top of this flag?  Seems like very useful context.

https://github.com/llvm/llvm-project/pull/113384


More information about the llvm-commits mailing list