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

Itay Bookstein via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Tue Mar 21 14:25:12 PDT 2023


nextsilicon-itay-bookstein added a comment.

I had to cut context lines to 2 to fit in the 8MB limit. It looks like there are a few files that absorb way more line diff than makes sense, but I haven't investigated way. One particular offender is `clang/test/OpenMP/nvptx_SPMD_codegen.cpp`, which loses 23KLOC. I think some of the NVPTX files are not idempotent under update_cc_test_checks in master, but I haven't checked again to make sure.


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

https://reviews.llvm.org/D140722



More information about the cfe-commits mailing list