[PATCH] D93470: [VP] Binary floating-point intrinsics.
Simon Moll via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Dec 17 10:26:20 PST 2020
simoll added inline comments.
================
Comment at: llvm/include/llvm/IR/VPIntrinsics.def:174
+HELPER_REGISTER_BINARY_FP_VP(fadd, VP_FADD, FAdd)
+
+// llvm.vp.fmul(x,y,mask,vlen)
----------------
.. `fsub` is missing here.. i will supplement it and add a unit test to check the integrity of the VPIntrinsics.def file.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D93470/new/
https://reviews.llvm.org/D93470
More information about the llvm-commits
mailing list