[all-commits] [llvm/llvm-project] 41455d: [X86] Remove isTargetShuffleSplat and just use Sel...

Simon Pilgrim via All-commits all-commits at lists.llvm.org
Sun Jun 19 03:28:58 PDT 2022


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 41455dd1dcbbdf2f5fb34cc1f248bfd8d947dc52
      https://github.com/llvm/llvm-project/commit/41455dd1dcbbdf2f5fb34cc1f248bfd8d947dc52
  Author: Simon Pilgrim <llvm-dev at redking.me.uk>
  Date:   2022-06-19 (Sun, 19 Jun 2022)

  Changed paths:
    M llvm/lib/Target/X86/X86ISelLowering.cpp

  Log Message:
  -----------
  [X86] Remove isTargetShuffleSplat and just use SelectionDAG::isSplatValue

shuffle(splat(x)) -> splat(x), it doesn't have to be a target specific broadcast




More information about the All-commits mailing list