[llvm] [RISCV][llvm] Support [s|u]int_to_fp and fp_to_[s|u]int for zvfbfa (PR #192287)
Craig Topper via llvm-commits
llvm-commits at lists.llvm.org
Wed Apr 15 10:20:34 PDT 2026
================
@@ -193,6 +195,38 @@ define <3 x float> @si2fp_v3i7_v3f32(<3 x i7> %x) {
; ZVFHMIN64-NEXT: vsext.vf2 v9, v8
; ZVFHMIN64-NEXT: vfwcvt.f.x.v v8, v9
; ZVFHMIN64-NEXT: ret
+; ZVFBFA32-LABEL: si2fp_v3i7_v3f32:
----------------
topperc wrote:
This prefix doesn't exist in the RUN lines
https://github.com/llvm/llvm-project/pull/192287
More information about the llvm-commits
mailing list