[all-commits] [llvm/llvm-project] 6858a9: [RISCV] Support vector type strict_[su]int_to_fp a...

Yeting Kuo via All-commits all-commits at lists.llvm.org
Wed Apr 5 19:09:59 PDT 2023


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 6858a920b86ace2ea529bfd544cd96bbff612704
      https://github.com/llvm/llvm-project/commit/6858a920b86ace2ea529bfd544cd96bbff612704
  Author: Yeting Kuo <yeting.kuo at sifive.com>
  Date:   2023-04-06 (Thu, 06 Apr 2023)

  Changed paths:
    M llvm/lib/IR/Verifier.cpp
    M llvm/lib/Target/RISCV/RISCVISelLowering.cpp
    M llvm/lib/Target/RISCV/RISCVISelLowering.h
    M llvm/lib/Target/RISCV/RISCVInstrInfoVSDPatterns.td
    M llvm/lib/Target/RISCV/RISCVInstrInfoVVLPatterns.td
    A llvm/test/CodeGen/RISCV/rvv/fixed-vectors-vfptoi-constrained-sdnode.ll
    A llvm/test/CodeGen/RISCV/rvv/fixed-vectors-vitofp-constrained-sdnode.ll
    A llvm/test/CodeGen/RISCV/rvv/vfptoi-constrained-sdnode.ll
    A llvm/test/CodeGen/RISCV/rvv/vitofp-constrained-sdnode.ll

  Log Message:
  -----------
  [RISCV] Support vector type strict_[su]int_to_fp and strict_fp_to_[su]int.

Also the patch loose the fixed vector contraint in llvm/lib/IR/Verifier.cpp.

Reviewed By: craig.topper

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




More information about the All-commits mailing list