[Mlir-commits] [llvm] [mlir] [OMPIRBuilder][debug] Fix debug info for variables in target region. (PR #118314)
Abid Qadeer
llvmlistbot at llvm.org
Wed Feb 5 08:18:38 PST 2025
================
@@ -6902,6 +6907,67 @@ static Expected<Function *> createOutlinedFunction(
for (auto Deferred : DeferredReplacement)
ReplaceValue(std::get<0>(Deferred), std::get<1>(Deferred), Func);
+ DenseMap<const MDNode *, MDNode *> Cache;
----------------
abidh wrote:
Thanks for reviewing it. I have moved the code to a separate helper function.
https://github.com/llvm/llvm-project/pull/118314
More information about the Mlir-commits
mailing list