[llvm-commits] SimplifyCFG patch

Jakub Staszak kubastaszak at gmail.com
Thu Oct 4 14:42:56 PDT 2012


Ping? 
Test-suites doesn't show any regressions.

- Kuba

On Oct 3, 2012, at 1:07 AM, Jakub Staszak <kubastaszak at gmail.com> wrote:

> This patch improves SimplifyCFG, so it can handle cases where switch case and default block set the same values. Currently LLVM partially does it, however order of the cases matters, so tests from the patch weren't covered.
> 
> Comments are welcome.
> 
> - Kuba
> <switch_default.patch>





More information about the llvm-commits mailing list