[PATCH] D79886: [DAGCombiner] try to move splat after binop with splat constant

Sanjay Patel via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon May 25 05:51:58 PDT 2020


spatel updated this revision to Diff 266010.
spatel added a comment.

Rebased - x86 tests diffs are altered after D80131 <https://reviews.llvm.org/D80131> / rGfa038e03504c <https://reviews.llvm.org/rGfa038e03504c7d0dfd438b1dfdd6da7081e75617>.


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

https://reviews.llvm.org/D79886

Files:
  llvm/lib/CodeGen/SelectionDAG/DAGCombiner.cpp
  llvm/test/CodeGen/X86/vector-fshl-128.ll
  llvm/test/CodeGen/X86/vector-fshl-256.ll
  llvm/test/CodeGen/X86/vector-fshl-512.ll
  llvm/test/CodeGen/X86/vector-fshl-rot-128.ll
  llvm/test/CodeGen/X86/vector-fshr-128.ll
  llvm/test/CodeGen/X86/vector-fshr-256.ll
  llvm/test/CodeGen/X86/vector-fshr-512.ll
  llvm/test/CodeGen/X86/vector-fshr-rot-128.ll
  llvm/test/CodeGen/X86/vector-fshr-rot-256.ll
  llvm/test/CodeGen/X86/vector-rotate-128.ll
  llvm/test/CodeGen/X86/vector-shift-ashr-128.ll
  llvm/test/CodeGen/X86/vector-shift-lshr-128.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D79886.266010.patch
Type: text/x-patch
Size: 283408 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20200525/b316b2ef/attachment-0001.bin>


More information about the llvm-commits mailing list