Open
Description
Just following up on a conversation @odersky and I had at SBTB … I was wondering if we could use enum ordinals to emit tableswitches for eligible match
expressions. I have had cases where I had to reorder cases as a performance optimization and something like this would have been really helpful.