mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2024-11-15 20:06:46 +00:00
421fa9e32e
1) have it fold "br undef", which does occur with surprising frequency as jump threading iterates. 2) teach j-t to delete dead blocks. This removes the successor edges, reducing the in-edges of other blocks, allowing recursive simplification. 3) Fold things like: br COND, BBX, BBY BBX: br COND, BBZ, BBW which also happens because jump threading iterates. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@60470 91177308-0d34-0410-b5e6-96231b3b80d8 |
||
---|---|---|
.. | ||
2008-04-24-InfLoop.ll | ||
2008-05-05-MRV-Crash.ll | ||
2008-11-27-EntryMunge.ll | ||
2008-11-28-InfLoop.ll | ||
and-and-cond.ll | ||
and-cond.ll | ||
basic.ll | ||
compare.ll | ||
dg.exp | ||
thread-loads.ll |