[all-commits] [llvm/llvm-project] e2cb12: [X86] Remove maximum vector length limit from comb...

topperc via All-commits all-commits at lists.llvm.org
Sun Mar 22 15:02:16 PDT 2020


  Branch: refs/heads/master
  Home:   https://github.com/llvm/llvm-project
  Commit: e2cb12137455a6862fcda1b9e8df7775f9d63776
      https://github.com/llvm/llvm-project/commit/e2cb12137455a6862fcda1b9e8df7775f9d63776
  Author: Craig Topper <craig.topper at gmail.com>
  Date:   2020-03-22 (Sun, 22 Mar 2020)

  Changed paths:
    M llvm/lib/Target/X86/X86ISelLowering.cpp
    M llvm/test/CodeGen/X86/sad.ll

  Log Message:
  -----------
  [X86] Remove maximum vector length limit from combineBasicSADPattern.

createPSADBW uses SplitsOpsAndApply so should be able to handle
any size.

Restrict the extract result type to i32 or i64 since that's what
we have coverage for today and probably matches what the
isSimple() check gave us before.

Differential Revision: https://reviews.llvm.org/D76560




More information about the All-commits mailing list