[llvm] r211103 - Fixed jump threading going to infinite loop.

Rafael EspĂ­ndola rafael.espindola at gmail.com
Tue Jun 17 08:04:38 PDT 2014


> +  // Remove unreachable blocks from function as they may result in infinite loop.
> +  removeUnreachableBlocks(F);
> +

I would be nice to say how :-)

Cheers,
Rafael



More information about the llvm-commits mailing list