[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 9 05:20:05 PDT 2022


RKSimon updated this revision to Diff 451118.
RKSimon added a comment.

rebase (still WIP)


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D106675

Files:
  llvm/lib/Target/X86/X86ISelLowering.cpp
  llvm/test/CodeGen/X86/combine-add.ll
  llvm/test/CodeGen/X86/oddsubvector.ll
  llvm/test/CodeGen/X86/rotate_vec.ll
  llvm/test/CodeGen/X86/vector-gep.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D106675.451118.patch
Type: text/x-patch
Size: 13509 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20220809/ce1db470/attachment.bin>


More information about the llvm-commits mailing list