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

Yeting Kuo via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Apr 13 01:44:23 PDT 2023


fakepaper56 added inline comments.


================
Comment at: llvm/test/CodeGen/RISCV/rvv/fixed-vectors-vfcmp-constrained-sdnode.ll:49
+; CHECK-NEXT:    vmand.mm v0, v11, v10
+; CHECK-NEXT:    vmflt.vv v0, v9, v8, v0.t
+; CHECK-NEXT:    ret
----------------
craig.topper wrote:
> I think maybe this vmflt.vv needs to use mask undisturbed?
Yeah, you are right.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D147998



More information about the llvm-commits mailing list