[PATCH] D134474: [VP][RISCV] Add vp.fmuladd.

Fraser Cormack via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Sep 27 01:41:13 PDT 2022


frasercrmck accepted this revision.
frasercrmck added a comment.
This revision is now accepted and ready to land.

LGTM but I have seen that we have some `%t` and `%also.r` mismatches throughout the LangRef that were introduced with the more recent VP intrinsics that have probably since been copy/pasted.



================
Comment at: llvm/docs/LangRef.rst:19341
+      %t = call <4 x float> @llvm.fmuladd(<4 x float> %a, <4 x float> %b, <4 x float> %c)
+      %also.r = select <4 x i1> %mask, <4 x float> %t, <4 x float> poison
+
----------------
`%also.t`?


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D134474



More information about the llvm-commits mailing list