Re: [llvm-commits] SwitchLowering refactoring patch for review

2007-03-24 Thread Chris Lattner
On Mar 20, 2007, at 9:29 AM, Anton Korobeynikov wrote: This is the first patch targeting switch lowering refactoring as indicated in PR926. oooh! Currently it implements "worklist" strategy, where we're deciding either emit JT or split the case range or each step (not only in the early begi

[llvm-commits] SwitchLowering refactoring patch for review

2007-03-20 Thread aSL
Hello, Everyone. This is the first patch targeting switch lowering refactoring as indicated in PR926. Currently it implements "worklist" strategy, where we're deciding either emit JT or split the case range or each step (not only in the early beginning). Also, I've included some heuristic to calc

[llvm-commits] SwitchLowering refactoring patch for review

2007-03-20 Thread Anton Korobeynikov
Hello, Everyone. The prev. message from me was sent from obsolete e-mail address. This is the first patch targeting switch lowering refactoring as indicated in PR926. Currently it implements "worklist" strategy, where we're deciding either emit JT or split the case range or each step (not only i