[PATCH] D140722: [OpenMP] Prefix outlined and reduction func names with original func's name

Jan-Patrick Lehr via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Fri Mar 31 14:48:52 PDT 2023


jplehr added a comment.

In D140722#4219182 <https://reviews.llvm.org/D140722#4219182>, @nextsilicon-itay-bookstein wrote:

> Minor fix to the clang/CodeGen/ppc64le-varargs-f128.c test.
>
> @jdoerfert Does the PR CI run these, or are there build bots that cover the different target-offloading variants? Can I somehow check this prior to merging without having all hardware variants on-hand?

There is a buildbot for AMDGPU and the x86 fallback. Not sure about the status of the NVPTX openmp offloading buildbot.
What hardware do you have access to? I could potentially give it a try on AMDGPU prior to merging.


CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D140722/new/

https://reviews.llvm.org/D140722



More information about the cfe-commits mailing list