[PATCH] D133949: Make sure the right parameter extension attributes are added in various instrumentation passes.
Shilei Tian via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Dec 20 08:41:09 PST 2022
tianshilei1992 added a comment.
In D133949#4006520 <https://reviews.llvm.org/D133949#4006520>, @jdoerfert wrote:
>> __kmpc_parallel_level() // Called in parallel_level_fold.ll without params..?
>
> @tianshilei1992 Can you check the uses and tests for this please.
In our old device runtime `__kmpc_parallel_level` doesn't have any params, while the new one added two. We didn't update everything properly. I'll make a patch to correct it. Thanks for the information.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D133949/new/
https://reviews.llvm.org/D133949
More information about the llvm-commits
mailing list