[all-commits] [llvm/llvm-project] b90478: [X86] createShuffleMaskFromVSELECT - handle BLENDV...

Simon Pilgrim via All-commits all-commits at lists.llvm.org
Sat Mar 19 09:51:26 PDT 2022


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: b90478d4220ce5c13b8c8e613e23300cea2fd8b1
      https://github.com/llvm/llvm-project/commit/b90478d4220ce5c13b8c8e613e23300cea2fd8b1
  Author: Simon Pilgrim <llvm-dev at redking.me.uk>
  Date:   2022-03-19 (Sat, 19 Mar 2022)

  Changed paths:
    M llvm/lib/Target/X86/X86ISelLowering.cpp
    M llvm/test/CodeGen/X86/avx-select.ll

  Log Message:
  -----------
  [X86] createShuffleMaskFromVSELECT - handle BLENDV constant masks as well as VSELECT constant masks

Handle constant masks for both vselect nodes (mask != 0) and blendv nodes (mask < 0)




More information about the All-commits mailing list