[all-commits] [llvm/llvm-project] f35992: [SLP][X86] Add smax intrinsic reduction tests

Simon Pilgrim via All-commits all-commits at lists.llvm.org
Fri Aug 7 03:49:28 PDT 2020


  Branch: refs/heads/master
  Home:   https://github.com/llvm/llvm-project
  Commit: f35992b75b4e437fc34a008bbf7b9cacf042a5bc
      https://github.com/llvm/llvm-project/commit/f35992b75b4e437fc34a008bbf7b9cacf042a5bc
  Author: Simon Pilgrim <llvm-dev at redking.me.uk>
  Date:   2020-08-07 (Fri, 07 Aug 2020)

  Changed paths:
    A llvm/test/Transforms/SLPVectorizer/X86/horizontal-smax.ll

  Log Message:
  -----------
  [SLP][X86] Add smax intrinsic reduction tests

SLP currently only matches the ICMP+SELECT patterns for min/max reductions


  Commit: 18212cbcdadd130e5b2d1bc2bb38e4396ef8a46f
      https://github.com/llvm/llvm-project/commit/18212cbcdadd130e5b2d1bc2bb38e4396ef8a46f
  Author: Simon Pilgrim <llvm-dev at redking.me.uk>
  Date:   2020-08-07 (Fri, 07 Aug 2020)

  Changed paths:
    M clang/lib/Sema/SemaType.cpp

  Log Message:
  -----------
  Remove duplicate/unreachable break (PR47029)


Compare: https://github.com/llvm/llvm-project/compare/ffd258f7bbba...18212cbcdadd


More information about the All-commits mailing list