[PATCH] D76558: [X86] Remove maximum vector width restriction from combineLoopSADPattern.

Craig Topper via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Sat Mar 21 17:06:32 PDT 2020


craig.topper created this revision.
craig.topper added reviewers: RKSimon, spatel.
Herald added a subscriber: hiraditya.
Herald added a project: LLVM.

SplitsOpsAndApply will take care of any needed splitting correctly.
All that we need to check is that the vector element count is a
power of 2.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D76558

Files:
  llvm/lib/Target/X86/X86ISelLowering.cpp
  llvm/test/CodeGen/X86/sad.ll

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


More information about the llvm-commits mailing list