[llvm] [NVPTX] add an optional early copy of byval arguments (PR #113384)
Artem Belevich via llvm-commits
llvm-commits at lists.llvm.org
Wed Oct 23 14:23:58 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(
----------------
Artem-B wrote:
Done.
https://github.com/llvm/llvm-project/pull/113384
More information about the llvm-commits
mailing list