[PATCH] D147998: [RISCV] Support scalable vector strict_fsetcc/fsetccs.

Yeting Kuo via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Apr 12 20:01:19 PDT 2023


fakepaper56 updated this revision to Diff 513048.
fakepaper56 added a comment.

Address Craig's comment and also support fixed vector type.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D147998/new/

https://reviews.llvm.org/D147998

Files:
  llvm/lib/Target/RISCV/RISCVISelLowering.cpp
  llvm/lib/Target/RISCV/RISCVISelLowering.h
  llvm/lib/Target/RISCV/RISCVInstrInfoVVLPatterns.td
  llvm/test/CodeGen/RISCV/rvv/fixed-vectors-vfcmp-constrained-sdnode.ll
  llvm/test/CodeGen/RISCV/rvv/fixed-vectors-vfcmps-constrained-sdnode.ll
  llvm/test/CodeGen/RISCV/rvv/vfcmp-constrained-sdnode.ll
  llvm/test/CodeGen/RISCV/rvv/vfcmps-constrained-sdnode.ll



More information about the llvm-commits mailing list