[PATCH] D109338: [clang][OpenMP] Make IR function names for OpenMP-outlined blocks slightly less awful
Alexey Bataev via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Mon Sep 6 15:46:24 PDT 2021
ABataev added a comment.
Maybe use something close to target entries format? Encode function name and line number of the region. This would help if there are several omp regions in a function.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D109338/new/
https://reviews.llvm.org/D109338
More information about the cfe-commits
mailing list