1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-25 14:02:52 +02:00
llvm-mirror/test/Transforms/PGOProfile/Inputs
Rong Xu 33fafefbc5 [PGO] Fix PGO use ICE when there are unreachable BBs
For -O0 there might be unreachable BBs, which breaks the assumption that all the
BBs have an auxiliary data structure.  In this patch, we add another interface
called findBBInfo() so that a nullptr can be returned for the unreachable BBs
(and the callers can ignore those BBs).

This fixes the bug reported
https://llvm.org/bugs/show_bug.cgi?id=31209

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

llvm-svn: 288528
2016-12-02 19:10:29 +00:00
..
branch1_large_count.proftext
branch1.proftext
branch2.proftext
criticaledge.proftext
diag_FE.proftext
diag.proftext
indirect_call.proftext
landingpad.proftext
loop1.proftext
loop2.proftext
PR28219.proftext
select1.proftext
select2.proftext [PGO] Fix select instruction annotation 2016-10-25 21:47:24 +00:00
switch.proftext
thinlto_indirect_call_promotion.ll
unreachable_bb.proftext [PGO] Fix PGO use ICE when there are unreachable BBs 2016-12-02 19:10:29 +00:00