1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-19 02:52:53 +02:00
llvm-mirror/test/Transforms/SampleProfile
Adrian Prantl 1f3fc31b75 Renumber testcase metadata nodes after r290153.
This patch renumbers the metadata nodes in debug info testcases after
https://reviews.llvm.org/D26769. This is a separate patch because it
causes so much churn. This was implemented with a python script that
pipes the testcases through llvm-as - | llvm-dis - and then goes
through the original and new output side-by side to insert all
comments at a close-enough location.

Differential Revision: https://reviews.llvm.org/D27765

llvm-svn: 290292
2016-12-22 00:45:21 +00:00
..
Inputs Before sample pgo annotation, do not inline a function that has no debug info. (NFC) 2016-11-22 22:50:01 +00:00
branch.ll
calls.ll Change the basic block weight calculation algorithm to use max instead of voting. 2016-09-21 16:26:51 +00:00
cov-zero-samples.ll Renumber testcase metadata nodes after r290153. 2016-12-22 00:45:21 +00:00
coverage-warning.ll
discriminator.ll
early-inline.ll Before sample pgo annotation, do not inline a function that has no debug info. (NFC) 2016-11-22 22:50:01 +00:00
entry_counts.ll
fnptr.ll Change the basic block weight calculation algorithm to use max instead of voting. 2016-09-21 16:26:51 +00:00
gcc-simple.ll
inline-act.ll
inline-combine.ll
inline-coverage.ll
inline.ll
nodebug.ll Before sample pgo annotation, do not inline a function that has no debug info. (NFC) 2016-11-22 22:50:01 +00:00
nolocinfo.ll
offset.ll
propagate.ll
remarks.ll
summary.ll Only sets profile summary when it was not preset. 2016-12-14 22:06:49 +00:00
syntax.ll