1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-22 04:22:57 +02:00
llvm-mirror/test/Transforms/SampleProfile
Diego Novillo 13365b7f1f Fix SamplePGO segfault when debug info is missing.
When emitting a remark for a conditional branch annotation, the remark
uses the line location information of the conditional branch in the
message.  In some cases, that information is unavailable and the
optimization would segfaul. I'm still not sure whether this is a bug or
WAI, but the optimizer should not die because of this.

llvm-svn: 251420
2015-10-27 17:37:00 +00:00
..
Inputs Fix SamplePGO segfault when debug info is missing. 2015-10-27 17:37:00 +00:00
branch.ll Update sample profile propagation algorithm. 2015-10-01 00:26:56 +00:00
calls.ll Use fixed-point representation for BranchProbability. 2015-09-25 23:09:59 +00:00
discriminator.ll Use fixed-point representation for BranchProbability. 2015-09-25 23:09:59 +00:00
entry_counts.ll Cleanup test case debug info. NFC. 2015-10-26 18:14:44 +00:00
fnptr.ll Use fixed-point representation for BranchProbability. 2015-09-25 23:09:59 +00:00
gcc-simple.ll Temporarily fix gcov failures in big-endian hosts. 2015-09-17 19:05:48 +00:00
inline.ll Add unittest for new samle profile format. 2015-09-30 01:05:37 +00:00
nolocinfo.ll Fix SamplePGO segfault when debug info is missing. 2015-10-27 17:37:00 +00:00
offset.ll Tolerate negative offset when matching sample profile. 2015-10-21 01:22:27 +00:00
propagate.ll Update sample profile propagation algorithm. 2015-10-01 00:26:56 +00:00
remarks.ll SamplePGO - Add optimization reports. 2015-10-26 18:52:53 +00:00
syntax.ll