[PATCH] D29107: Fix a bug when unswitching on partial LIV for SwitchInst

Xin Tong via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Jan 25 22:10:23 PST 2017


trentxintong added a comment.

F3025354: useless-unswitches-exhaust-quota.pdf <https://reviews.llvm.org/F3025354>

This is the CFG I get by running unswitching on the 1st test case included in this patch (without the patch), we are unswitching on the value 11 a few times till we've taken up all the quota. (Also learn how to attach files in Phabricator).


https://reviews.llvm.org/D29107





More information about the llvm-commits mailing list