[llvm-dev] Scaling to many basic blocks

Russell Wallace via llvm-dev llvm-dev at lists.llvm.org
Sat Aug 22 17:46:12 PDT 2015


On Sat, Aug 22, 2015 at 11:57 PM, Michael Zolotukhin <mzolotukhin at apple.com>
wrote:

> Hi,
>
> Several passes would have troubles with such code (namely, GVN and
> JumpThreading).


Can you just choose not to run those particular passes? I suppose the big
problem would be if there's a problem with the code generation and related
stuff like instruction scheduling and register allocation - is that likely
to be the case?
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20150823/eb228cee/attachment.html>


More information about the llvm-dev mailing list