================
@@ -947,11 +954,18 @@ bool InstrLowerer::lower() {
if (!ContainsProfiling && !CoverageNamesVar)
return MadeChange;
+ // Cached info for generating delayed offset calculations
+ // This is only relevant on NVPTX targets
+ SmallVector<Function *> Kernels;
+ SmallVector<const InstrProfCntrInstBase *> ValueSites;
----------------
kevinsala wrote:
Correct. But I was referring to your comment from June, where you mentioned a
way to split the initializers and avoid the initialization function implemented
by Ethan. I don't see how that way could be implemented in the case I mention
above, where we need the addresses.
https://github.com/llvm/llvm-project/pull/143568
_______________________________________________
cfe-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits