Commit Graph

2 Commits

Author SHA1 Message Date
Pietro Fezzardi b9d04e502c Remove unreachable blocks after RemoveSwitchPass 2019-02-11 12:18:44 +01:00
Andrea Gussoni 02e1b94daa Added RemoveSwitchPass
Added a new `FunctionPass` which converts `switch` instructions in a
nested chain of `if` checks.
2019-02-11 12:18:44 +01:00