[llvm] [RISCV] Add LLVM IR intrinsicis vrgatherei16/vslideup/vslidedown support for Zvfbfmin (PR #146312)
Luke Lau via llvm-commits
llvm-commits at lists.llvm.org
Mon Jun 30 02:52:16 PDT 2025
================
@@ -1449,3 +1449,292 @@ entry:
ret <vscale x 8 x double> %a
}
+
+declare <vscale x 1 x bfloat> @llvm.riscv.vrgatherei16.vv.nxv1bf16(
----------------
lukel97 wrote:
You don't need to declare intrinsics anymore so this can be left out
https://github.com/llvm/llvm-project/pull/146312
More information about the llvm-commits
mailing list