This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository clang.
from 0b75051947 [CUDA][HIP][Sema] Fix template kernel with function as templ [...] new 89b9e88b88 [PGO] Clang part of change for context-sensitive PGO (part2)
The 1 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference.
Summary of changes: test/CodeGen/Inputs/pgotestir.proftext | 2 ++ test/CodeGen/Inputs/pgotestir_cs.proftext | 2 ++ test/CodeGen/cspgo-instrumentation.c | 41 ++++++++++++++++++++++ test/CodeGen/cspgo-instrumentation_lto.c | 44 +++++++++++++++++++++++ test/CodeGen/cspgo-instrumentation_thinlto.c | 52 ++++++++++++++++++++++++++++ 5 files changed, 141 insertions(+) create mode 100644 test/CodeGen/Inputs/pgotestir.proftext create mode 100644 test/CodeGen/Inputs/pgotestir_cs.proftext create mode 100644 test/CodeGen/cspgo-instrumentation.c create mode 100644 test/CodeGen/cspgo-instrumentation_lto.c create mode 100644 test/CodeGen/cspgo-instrumentation_thinlto.c