[llvm] [RISCV][llvm] Support [s|u]int_to_fp and fp_to_[s|u]int for zvfbfa (PR #192287)

Brandon Wu via llvm-commits llvm-commits at lists.llvm.org
Wed Apr 15 11:51:45 PDT 2026


================
@@ -724,7 +1174,6 @@ define <vscale x 1 x half> @vsitofp_nxv1i1_nxv1f16(<vscale x 1 x i1> %va) {
 ; ZVFH-NEXT:    vmerge.vim v9, v8, -1, v0
 ; ZVFH-NEXT:    vfwcvt.f.x.v v8, v9
 ; ZVFH-NEXT:    ret
-;
----------------
4vtomat wrote:

oh ok, then I think the bfloat tests need to be split out to different file. Weird thing is that this test that is updated with script without manual removal can't pass lit test😂

https://github.com/llvm/llvm-project/pull/192287


More information about the llvm-commits mailing list