[PATCH] D76508: [VectorUtils] move x86's scaleShuffleMask to generic VectorUtils

Sanjay Patel via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Sun Mar 22 09:04:10 PDT 2020


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

Patch updated:
Replace duplicate shuffle mask scaling from DAGCombiner with calls to the generic util.


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

https://reviews.llvm.org/D76508

Files:
  llvm/include/llvm/Analysis/VectorUtils.h
  llvm/lib/CodeGen/SelectionDAG/DAGCombiner.cpp
  llvm/lib/Target/X86/X86ISelLowering.h
  llvm/unittests/Analysis/VectorUtilsTest.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D76508.251894.patch
Type: text/x-patch
Size: 5135 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20200322/c7d4b63b/attachment.bin>


More information about the llvm-commits mailing list