]> git.lizzy.rs Git - rust.git/commit
Auto merge of #66631 - michaelwoerister:additional-pgo-tests, r=alexcrichton
authorbors <bors@rust-lang.org>
Tue, 26 Nov 2019 12:35:39 +0000 (12:35 +0000)
committerbors <bors@rust-lang.org>
Tue, 26 Nov 2019 12:35:39 +0000 (12:35 +0000)
commit1dc3686f8b4853eb8c1a6a6ace6cf4ceae63b2a1
treec21dfd9e95552a77943594ca04c95ff65aedfdec
parent0f6f66fcdc4abf110171ee06b1a72bdd2883b74f
parent34fbc718d1ea6ebc6119479df46a96612c5218ae
Auto merge of #66631 - michaelwoerister:additional-pgo-tests, r=alexcrichton

Add additional regression tests for PGO

This PR adds regression tests for making sure that
- instrumentation records the right counts for branches taken and functions called, and that
- the indirect call promotion pass actually is able to promote indirect calls.

r? @alexcrichton