summaryrefslogtreecommitdiffstats
path: root/clang/test/CodeGen/cspgo-instrumentation.c
Commit message (Collapse)AuthorAgeFilesLines
* [clang][NewPM] Add -fno-experimental-new-pass-manager to testsLeonard Chan2019-06-211-4/+4
| | | | | | | | | | | | | | | | As per the discussion on D58375, we disable test that have optimizations under the new PM. This patch adds -fno-experimental-new-pass-manager to RUNS that: - Already run with optimizations (-O1 or higher) that were missed in D58375. - Explicitly test new PM behavior along side some new PM RUNS, but are missing this flag if new PM is enabled by default. - Specify -O without the number. Based on getOptimizationLevel(), it seems the default is 2, and the IR appears to be the same when changed to -O2, so update the test to explicitly say -O2 and provide -fno-experimental-new-pass-manager`. Differential Revision: https://reviews.llvm.org/D63156 llvm-svn: 364066
* [PGO] Re-submit: Clang part of change for context-sensitive PGO (part2)Rong Xu2019-03-061-0/+41
| | | | | | | | Part 2 of CSPGO change in Clang: Add test cases. Differential Revision: https://reviews.llvm.org/D54176 llvm-svn: 355563
* Revert r355432 for buildbot failures in ppc64be-linux and s390x-linuxRong Xu2019-03-051-41/+0
| | | | llvm-svn: 355454
* [PGO] Clang part of change for context-sensitive PGO (part2)Rong Xu2019-03-051-0/+41
Part 2 of CSPGO change in Clang: Add test cases. Differential Revision: https://reviews.llvm.org/D54176 llvm-svn: 355432
OpenPOWER on IntegriCloud