[llvm] [mlir] [OMPIRBuilder] Don't use invalid debug loc in task proxy function. (PR #148284)
Pranav Bhandarkar via llvm-commits
llvm-commits at lists.llvm.org
Mon Jul 14 07:51:08 PDT 2025
https://github.com/bhandarkar-pranav approved this pull request.
Thank you for this PR, @abidh. While this LGTM, i have a question - this seems to be a pattern that is repeating itself. Wouldn't we be better off with a `static` utility function in `OMPIRBuilder.cpp` for creating entry basic blocks in newly created functions which would also set up the debug location correctly?
https://github.com/llvm/llvm-project/pull/148284
More information about the llvm-commits
mailing list