[llvm-commits] SimplifyCFG patch

Jakub Staszak kubastaszak at gmail.com
Tue Oct 2 16:07:33 PDT 2012


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
-------------- next part --------------
A non-text attachment was scrubbed...
Name: switch_default.patch
Type: application/octet-stream
Size: 4675 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20121003/f898802b/attachment.obj>


More information about the llvm-commits mailing list