[llvm] [CodeExtractor][OpenMP] Allow to specify address space for aggregate arguments structure (PR #66998)
Johannes Doerfert via llvm-commits
llvm-commits at lists.llvm.org
Mon Sep 25 08:16:46 PDT 2023
================
@@ -114,6 +114,11 @@ class CodeExtractorAnalysisCache {
// label, if non-empty, otherwise "extracted".
std::string Suffix;
+ // Optional value of alloca address space which should be used for
+ // allocation of structure which aggregates arguments. If empty, default
+ // alloca address space for given data layout is used.
----------------
jdoerfert wrote:
This comment is confusing. This is not used for the allocation, just for the pointer argument.
https://github.com/llvm/llvm-project/pull/66998
More information about the llvm-commits
mailing list