[PATCH] D148241: [VP][RISCV] Mark llvm.vp.copysign as a binary op
Luke Lau via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Apr 13 08:51:24 PDT 2023
luke created this revision.
luke added reviewers: fakepaper56, eopXD, craig.topper.
Herald added subscribers: jobnoorman, asb, pmatos, VincentWu, vkmr, evandro, luismarques, sameer.abuasal, s.egerton, Jim, benna, psnobl, rogfer01, shiva0217, kito-cheng, simoncook, arichardson.
Herald added a project: All.
luke requested review of this revision.
Herald added subscribers: llvm-commits, pcwang-thead.
Herald added a project: LLVM.
Repository:
rG LLVM Github Monorepo
https://reviews.llvm.org/D148241
Files:
llvm/include/llvm/IR/VPIntrinsics.def
Index: llvm/include/llvm/IR/VPIntrinsics.def
===================================================================
--- llvm/include/llvm/IR/VPIntrinsics.def
+++ llvm/include/llvm/IR/VPIntrinsics.def
@@ -324,6 +324,7 @@
// llvm.vp.copysign(x,y,mask,vlen)
BEGIN_REGISTER_VP(vp_copysign, 2, 3, VP_FCOPYSIGN, -1)
+VP_PROPERTY_BINARYOP
END_REGISTER_VP(vp_copysign, VP_FCOPYSIGN)
// llvm.vp.minnum(x, y, mask,vlen)
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D148241.513262.patch
Type: text/x-patch
Size: 415 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20230413/02f2a4f2/attachment.bin>
More information about the llvm-commits
mailing list