[all-commits] [llvm/llvm-project] 5a1d08: [X86] Add vector-reduce-and-scalar.ll to test and(...

Simon Pilgrim via All-commits all-commits at lists.llvm.org
Sat Apr 1 08:30:20 PDT 2023


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 5a1d08b85442d61bbad958af2563f16efc08f396
      https://github.com/llvm/llvm-project/commit/5a1d08b85442d61bbad958af2563f16efc08f396
  Author: Simon Pilgrim <llvm-dev at redking.me.uk>
  Date:   2023-04-01 (Sat, 01 Apr 2023)

  Changed paths:
    A llvm/test/CodeGen/X86/vector-reduce-and-scalar.ll

  Log Message:
  -----------
  [X86] Add vector-reduce-and-scalar.ll to test and(extract(v,0),extract(v,1)) style reduction patterns


  Commit: b6af251be5ef891b7ccad153f678d3e02e525da9
      https://github.com/llvm/llvm-project/commit/b6af251be5ef891b7ccad153f678d3e02e525da9
  Author: Simon Pilgrim <llvm-dev at redking.me.uk>
  Date:   2023-04-01 (Sat, 01 Apr 2023)

  Changed paths:
    M llvm/lib/Target/X86/X86ISelLowering.cpp
    M llvm/test/CodeGen/X86/vector-reduce-and-scalar.ll

  Log Message:
  -----------
  [X86] MatchVectorAllEqualTest - add support for icmp(and(extract(X,0),extract(X,1)),-1) allof reduction patterns


Compare: https://github.com/llvm/llvm-project/compare/ec1f5b947e6c...b6af251be5ef


More information about the All-commits mailing list