PATCHES: StructurizeCFG bug-fix

Tom Stellard tom at stellard.net
Thu Jan 22 12:24:45 PST 2015


Hi,

Attached are two patches for the StrucuturizeCFG pass.  The first changes
the ordering of the blocks to reverse post-order, which fixes invalid
code being generated for certain kinds of loops.

The second patch removes an early fix to backedge detection which is no
longer needed after the first patch.

-Tom



More information about the llvm-commits mailing list