[all-commits] [llvm/llvm-project] edf004: [NFC][TargetLowering] `isSplatValueForTargetNode()...

Roman Lebedev via All-commits all-commits at lists.llvm.org
Sun Jan 15 13:03:22 PST 2023


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: edf004e6913a8520bff927f44a8e87edb0128c65
      https://github.com/llvm/llvm-project/commit/edf004e6913a8520bff927f44a8e87edb0128c65
  Author: Roman Lebedev <lebedev.ri at gmail.com>
  Date:   2023-01-16 (Mon, 16 Jan 2023)

  Changed paths:
    M llvm/include/llvm/CodeGen/TargetLowering.h
    M llvm/lib/CodeGen/SelectionDAG/SelectionDAG.cpp
    M llvm/lib/CodeGen/SelectionDAG/TargetLowering.cpp
    M llvm/lib/Target/X86/X86ISelLowering.cpp
    M llvm/lib/Target/X86/X86ISelLowering.h

  Log Message:
  -----------
  [NFC][TargetLowering] `isSplatValueForTargetNode()`: add `DAG` operand

Without it we can't recurse further.


  Commit: e8e5ec161200df31a7b8edbddf2bf1e57391ec40
      https://github.com/llvm/llvm-project/commit/e8e5ec161200df31a7b8edbddf2bf1e57391ec40
  Author: Roman Lebedev <lebedev.ri at gmail.com>
  Date:   2023-01-16 (Mon, 16 Jan 2023)

  Changed paths:
    M llvm/test/CodeGen/X86/vec_shift5.ll

  Log Message:
  -----------
  [NFC][X86] Add tests for splat-in-disguise of shift-by-imm of splat


Compare: https://github.com/llvm/llvm-project/compare/8959968b7225...e8e5ec161200


More information about the All-commits mailing list