[all-commits] [llvm/llvm-project] 76fc87: [RISCV] Support fptoi like ops for fp16 vectors in...

Jianjian Guan via All-commits all-commits at lists.llvm.org
Sat Oct 7 19:44:32 PDT 2023


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 76fc871552c28b37b81c67f411a90065077816a0
      https://github.com/llvm/llvm-project/commit/76fc871552c28b37b81c67f411a90065077816a0
  Author: Jianjian Guan <jacquesguan at me.com>
  Date:   2023-10-08 (Sun, 08 Oct 2023)

  Changed paths:
    M llvm/lib/Target/RISCV/RISCVISelLowering.cpp
    M llvm/test/CodeGen/RISCV/rvv/fixed-vectors-fp2i.ll
    M llvm/test/CodeGen/RISCV/rvv/fixed-vectors-fptosi-vp-mask.ll
    M llvm/test/CodeGen/RISCV/rvv/fixed-vectors-fptosi-vp.ll
    M llvm/test/CodeGen/RISCV/rvv/fixed-vectors-fptoui-vp-mask.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-mask.ll
    M llvm/test/CodeGen/RISCV/rvv/vfptosi-vp.ll
    M llvm/test/CodeGen/RISCV/rvv/vfptoui-vp-mask.ll
    M llvm/test/CodeGen/RISCV/rvv/vfptoui-vp.ll

  Log Message:
  -----------
  [RISCV] Support fptoi like ops for fp16 vectors input when only have Zvfhmin (#67532)

This patch supports FP_TO_SINT, FP_TO_UINT, VP_FP_TO_SINT and
VP_FP_TO_UINT for fp16 vectors input when we only have Zvfhmin but no
Zvfh.




More information about the All-commits mailing list