Hacker News new | ask | show | jobs
A Clang regression related to switch statements and inlining (nicula.xyz)
21 points by nicula 488 days ago
2 comments

This was posted a couple days ago as https://news.ycombinator.com/item?id=43088797.
Oh wow didn't know about this. Somebody else posted it for me. Sorry for the dup:)
I'm actually quite impressed that LLVM is able to convert that dependent load of an array into a switch statement.