[PATCH] D75114: [DAG] MatchRotate - Add funnel shift by immediate support

Simon Pilgrim via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Mar 6 10:28:59 PST 2020


RKSimon updated this revision to Diff 248778.
RKSimon edited the summary of this revision.
RKSimon added a comment.

Rebased now that the Hexagon bugfix has landed - thanks @kparzysz


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D75114

Files:
  llvm/lib/CodeGen/SelectionDAG/DAGCombiner.cpp
  llvm/test/CodeGen/X86/avg.ll
  llvm/test/CodeGen/X86/avx512vbmi2-funnel-shifts.ll
  llvm/test/CodeGen/X86/avx512vbmi2vl-funnel-shifts.ll
  llvm/test/CodeGen/X86/bitreverse.ll
  llvm/test/CodeGen/X86/const-shift-of-constmasked.ll
  llvm/test/CodeGen/X86/fshl.ll
  llvm/test/CodeGen/X86/fshr.ll
  llvm/test/CodeGen/X86/known-bits.ll
  llvm/test/CodeGen/X86/pr43820.ll
  llvm/test/CodeGen/X86/sdiv_fix.ll
  llvm/test/CodeGen/X86/sdiv_fix_sat.ll
  llvm/test/CodeGen/X86/shift-combine.ll
  llvm/test/CodeGen/X86/udiv_fix_sat.ll
  llvm/test/CodeGen/X86/x86-64-double-precision-shift-left.ll
  llvm/test/CodeGen/X86/x86-64-double-shifts-Oz-Os-O2.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D75114.248778.patch
Type: text/x-patch
Size: 158777 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20200306/b02a8e4b/attachment-0001.bin>


More information about the llvm-commits mailing list