[all-commits] [llvm/llvm-project] 083798: [LegalizeTypes][VP] Add integer promotion support ...

Pretty-box via All-commits all-commits at lists.llvm.org
Sun May 29 20:06:08 PDT 2022


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 083798e2702f9b12828ba9d3ee4d1486340a2cb5
      https://github.com/llvm/llvm-project/commit/083798e2702f9b12828ba9d3ee4d1486340a2cb5
  Author: Ping Deng <Ping.Deng at streamcomputing.com>
  Date:   2022-05-30 (Mon, 30 May 2022)

  Changed paths:
    M llvm/lib/CodeGen/SelectionDAG/LegalizeIntegerTypes.cpp
    M llvm/test/CodeGen/RISCV/rvv/fixed-vectors-fp2i.ll
    M llvm/test/CodeGen/RISCV/rvv/fixed-vectors-fptosi-vp.ll
    M llvm/test/CodeGen/RISCV/rvv/fixed-vectors-fptoui-vp.ll
    M llvm/test/CodeGen/RISCV/rvv/vfptoi-sdnode.ll
    M llvm/test/CodeGen/RISCV/rvv/vfptosi-vp.ll
    M llvm/test/CodeGen/RISCV/rvv/vfptoui-vp.ll

  Log Message:
  -----------
  [LegalizeTypes][VP] Add integer promotion support for vp.fptosi/vp.fptoui

Reviewed By: craig.topper

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


  Commit: 88af539c0eaa5a282e6c1632797d33dfc0ebcb65
      https://github.com/llvm/llvm-project/commit/88af539c0eaa5a282e6c1632797d33dfc0ebcb65
  Author: Ping Deng <Ping.Deng at streamcomputing.com>
  Date:   2022-05-30 (Mon, 30 May 2022)

  Changed paths:
    M llvm/lib/CodeGen/SelectionDAG/SelectionDAG.cpp
    M llvm/test/CodeGen/RISCV/rvv/fixed-vectors-reduction-mask-vp.ll
    M llvm/test/CodeGen/RISCV/rvv/vreductions-mask-vp.ll

  Log Message:
  -----------
  [RISCV] Support VP_REDUCE_MUL mask operation

Reviewed By: reames

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


Compare: https://github.com/llvm/llvm-project/compare/42c3c70a9e3f...88af539c0eaa


More information about the All-commits mailing list