[llvm-branch-commits] [llvm] [mlir] [OpenMP][OMPIRBuilder] Use device shared memory for arg structures (PR #150925)
Michael Kruse via llvm-branch-commits
llvm-branch-commits at lists.llvm.org
Thu Jul 31 05:49:35 PDT 2025
================
@@ -133,6 +137,25 @@ class CodeExtractorAnalysisCache {
// space.
bool ArgsInZeroAddressSpace;
+ // If set, this callback will be used to allocate the arguments in the
+ // caller before passing it to the outlined function holding the extracted
+ // piece of code.
----------------
Meinersbur wrote:
```suggestion
/// If set, this callback will be used to allocate the arguments in the
/// caller before passing it to the outlined function holding the extracted
/// piece of code.
```
These can be doxygen comments
https://github.com/llvm/llvm-project/pull/150925
More information about the llvm-branch-commits
mailing list