[PATCH] D32742: [CodeGen] JumpMaps switch statement optimization (stub)

Matthias Braun via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed May 10 13:50:59 PDT 2017


MatzeB added a comment.

I like the general idea of jumpmaps as detailed on the mailinglist.

Can you motivate why this uses a new type of MachineOperand/ISDOpcode instead of somehow using just the existing JumpTable things?


https://reviews.llvm.org/D32742





More information about the llvm-commits mailing list