[PATCH] D148241: [VP] Mark llvm.vp.copysign as a binary op

Luke Lau via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Apr 14 05:53:44 PDT 2023


This revision was landed with ongoing or failed builds.
This revision was automatically updated to reflect the committed changes.
Closed by commit rGcdb776344188: [VP] Mark llvm.vp.copysign as a binary op (authored by luke).

Repository:
  rG LLVM Github Monorepo

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

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.513557.patch
Type: text/x-patch
Size: 415 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20230414/35a9febe/attachment.bin>


More information about the llvm-commits mailing list