[PATCH] D13161: [PATCH, PR24373] Combine shifts for x86

Simon Pilgrim via llvm-commits llvm-commits at lists.llvm.org
Tue Oct 6 05:59:16 PDT 2015


RKSimon added a comment.

In http://reviews.llvm.org/D13161#259762, @evstupac wrote:

> > Also, please can you add tests against the load-execute versions movs*?
>
>
> Do you mean segment moves? If so there are no sar/shl pair that could be folded to such mov.


I meant something that tested that a load + shl + ashr pattern gets combined to a folded movs** instruction


Repository:
  rL LLVM

http://reviews.llvm.org/D13161





More information about the llvm-commits mailing list