[PATCH] D35014: [X86] PR32755 : Improvement in CodeGen instruction selection for LEAs.

Lama via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Aug 8 09:57:01 PDT 2017


lsaba added a comment.

In https://reviews.llvm.org/D35014#835240, @jbhateja wrote:

> @ reviewers , kindly let me know if there are any more comments apart from last comment from lsaba.
>  Thanks.


Hi,
I ran the patch on several benchmarks to check performance, overall the changes look good, but there is a regression in one of the benchmarks (EEMBC/coremark-pro) caused by creating an undesired lea instruction instead of the previously created add instruction, I am working on creating a simple reproducer for the problem and would appreciate your patience.

Thanks


https://reviews.llvm.org/D35014





More information about the llvm-commits mailing list