1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2025-01-31 20:51:52 +01:00
David Green d5d6cf3284 [ARM] Don't handle low overhead branches in AnalyzeBranch
It turns our that the BranchFolder and IfCvt does not like unanalyzable
branches that fall-through. This means that removing the unconditional
branches from the end of tail predicated instruction can run into
asserts and verifier issues.

This effectively reverts 372eb2bbb6fb903ce76266e659dfefbaee67722b, but
adds handling to t2DoLoopEndDec which are not branches, so can be safely
skipped.
2021-01-18 17:16:07 +00:00
..
2021-01-17 10:39:45 -08:00
2021-01-17 10:39:45 -08:00
2021-01-17 10:39:45 -08:00
2021-01-17 10:39:45 -08:00
2021-01-06 18:27:33 -08:00
2021-01-17 10:39:45 -08:00
2021-01-17 10:39:45 -08:00
2021-01-17 10:39:45 -08:00