[PATCH] D106675: [WIP][X86] Freeze shl(x,1) -> add(x,x) vector fold (PR50468)

Simon Pilgrim via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Aug 24 05:54:53 PDT 2021


RKSimon added a comment.

In D106675#2962249 <https://reviews.llvm.org/D106675#2962249>, @lebedev.ri wrote:

> What about https://github.com/llvm/llvm-project/blob/6f7f5b54c81be59ec7876649d1f9aa6b104658ec/llvm/lib/Target/X86/X86InstrCompiler.td#L1761-L1770 ?

Cheers - I've added this link to https://bugs.llvm.org/show_bug.cgi?id=50468 for reference


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D106675/new/

https://reviews.llvm.org/D106675



More information about the llvm-commits mailing list