[llvm-branch-commits] [llvm] [mlir] [OpenMP][OMPIRBuilder] Use device shared memory for arg structures (PR #150925)

Sergio Afonso via llvm-branch-commits llvm-branch-commits at lists.llvm.org
Fri Aug 15 08:17:09 PDT 2025


skatrak wrote:

I just pushed a commit replacing callbacks with `CodeExtractor` subclasses. I also moved some of the logic to create a `CodeExtractor` from an `OutlineInfo` so that hopefully using these custom `CodeExtractor`s doesn't turn out too much of a hassle. Let me know if this works for you @Meinersbur, @bhandarkar-pranav.

Next week I'll try to work on obtaining and using a proper deallocation block, so that we don't have to override it and get everything in better shape for merging. That'll be an additional PR added to the stack.

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


More information about the llvm-branch-commits mailing list