[PATCH] D15573: [X86] Add option for enabling LEA optimization pass

Andrey Turetskiy via llvm-commits llvm-commits at lists.llvm.org
Wed Dec 16 09:04:23 PST 2015


aturetsk added a comment.

I'm going to investigate the compile time issue and try to find ways to improve pass's speed.
In the worst case we can just skip LEA optimization for big basic blocks, that should keep compile time from blowing up.


http://reviews.llvm.org/D15573





More information about the llvm-commits mailing list