Hello, I have an problem where a switch with case ranges (like gcc's "case 123 ... 456:" would be fantastic for performance. Does LLVM asm plan to support a construct like this? Thanks. -- Cory Nelson
Cory Nelson wrote:> I have an problem where a switch with case ranges (like gcc's "case > 123 ... 456:" would be fantastic for performance. Does LLVM asm plan > to support a construct like this?Hi Cory. This is not currently supported, but it is a requested enhancement. It's being tracked under http://llvm.org/PR1255 Nick Lewycky
On Sep 7, 2007, at 22:56, Cory Nelson wrote:> I have an problem where a switch with case ranges (like gcc's "case > 123 ... 456:" would be fantastic for performance. Does LLVM asm > plan to support a construct like this?Hi Cory, This feature in the bug database here: http://llvm.org/PR1255 — Gordon -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20070907/a7be5514/attachment.html>