summaryrefslogtreecommitdiffstats
path: root/llvm/test/Transforms/SampleProfile/entry_counts_missing_dbginfo.ll
Commit message (Collapse)AuthorAgeFilesLines
* Migrate function attribute "no-frame-pointer-elim" to "frame-pointer"="all" ↵Fangrui Song2019-12-241-2/+2
| | | | as cleanups after D56351
* Fix prof branch_weights in entry_counts_missing_dbginfo.ll testYevgeny Rouban2019-05-161-1/+1
| | | | | | | | | Removed extra parameter from !prof branch_weights metadata of a call instruction according to the spec. Differential Revision: https://reviews.llvm.org/D61932 llvm-svn: 360843
* [llvm] Avoid div by 0 when updating profile weights.Mircea Trofin2019-05-081-0/+179
Reviewers: davidxl Reviewed By: davidxl Subscribers: hiraditya, llvm-commits Tags: #llvm Differential Revision: https://reviews.llvm.org/D61661 llvm-svn: 360223
OpenPOWER on IntegriCloud