[PATCH] D149071: [X86] LowerRotate: prefer unpack-based algorithm

Ivan Chikish via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Apr 24 08:44:22 PDT 2023


Nekotekina created this revision.
Nekotekina added reviewers: RKSimon, LuoYuanke.
Nekotekina added a project: LLVM.
Herald added a subscriber: hiraditya.
Herald added a project: All.
Nekotekina requested review of this revision.
Herald added a subscriber: llvm-commits.

Splitting and improving from the https://reviews.llvm.org/D146357


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D149071

Files:
  llvm/lib/Target/X86/X86ISelLowering.cpp
  llvm/test/CodeGen/X86/combine-rotates.ll
  llvm/test/CodeGen/X86/min-legal-vector-width.ll
  llvm/test/CodeGen/X86/omit-urem-of-power-of-two-or-zero-when-comparing-with-zero.ll
  llvm/test/CodeGen/X86/srem-seteq-vec-nonsplat.ll
  llvm/test/CodeGen/X86/urem-seteq-vec-nonsplat.ll
  llvm/test/CodeGen/X86/vector-fshl-rot-128.ll
  llvm/test/CodeGen/X86/vector-fshl-rot-256.ll
  llvm/test/CodeGen/X86/vector-fshl-rot-512.ll
  llvm/test/CodeGen/X86/vector-fshl-rot-sub128.ll
  llvm/test/CodeGen/X86/vector-fshr-rot-128.ll
  llvm/test/CodeGen/X86/vector-fshr-rot-256.ll
  llvm/test/CodeGen/X86/vector-fshr-rot-512.ll
  llvm/test/CodeGen/X86/vector-fshr-rot-sub128.ll
  llvm/test/CodeGen/X86/vector-rotate-128.ll
  llvm/test/CodeGen/X86/vector-rotate-256.ll
  llvm/test/CodeGen/X86/vector-rotate-512.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D149071.516424.patch
Type: text/x-patch
Size: 371727 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20230424/557d2c28/attachment-0001.bin>


More information about the llvm-commits mailing list