[all-commits] [llvm/llvm-project] f7eb06: [SelectionDAG] Make WidenVecRes_SELECT work for sc...

eric-xtang1008 via All-commits all-commits at lists.llvm.org
Wed Nov 17 00:57:02 PST 2021


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: f7eb061a5f1ee8e357cb8a735f789719415eba66
      https://github.com/llvm/llvm-project/commit/f7eb061a5f1ee8e357cb8a735f789719415eba66
  Author: Eric Tang <tangxingxin1008 at gmail.com>
  Date:   2021-11-17 (Wed, 17 Nov 2021)

  Changed paths:
    M llvm/lib/CodeGen/SelectionDAG/LegalizeVectorTypes.cpp
    M llvm/test/CodeGen/AArch64/sve-pred-log.ll
    M llvm/test/CodeGen/AArch64/sve-select.ll
    M llvm/test/CodeGen/RISCV/rvv/vselect-int-rv32.ll
    M llvm/test/CodeGen/RISCV/rvv/vselect-int-rv64.ll

  Log Message:
  -----------
  [SelectionDAG] Make WidenVecRes_SELECT work for scalable vectors

    This change make WidenVecRes_SELECT work for scalable vectors.

    This patch is split from [D110319](https://reviews.llvm.org/D110319)

Signed-off-by: Eric Tang <tangxingxin1008 at gmail.com>

Reviewed By: david-arm

Differential Revision: https://reviews.llvm.org/D110388




More information about the All-commits mailing list