This is an archive of the discontinued LLVM Phabricator instance.

[VP] Mark llvm.vp.copysign as a binary op
ClosedPublic

Authored by luke on Apr 13 2023, 8:51 AM.

Details

Summary

I was working on legalising vector binary ops to their VP counterparts when I noticed that vp_copysign wasn't marked as a binary op. It looks like this might have been an oversight, so this marks it as one.

Diff Detail

Event Timeline

luke created this revision.Apr 13 2023, 8:51 AM
Herald added a project: Restricted Project. · View Herald TranscriptApr 13 2023, 8:51 AM
luke requested review of this revision.Apr 13 2023, 8:51 AM
luke edited the summary of this revision. (Show Details)Apr 13 2023, 8:53 AM
luke retitled this revision from [VP][RISCV] Mark llvm.vp.copysign as a binary op to [VP] Mark llvm.vp.copysign as a binary op.
luke updated this revision to Diff 513266.Apr 13 2023, 8:54 AM

Remove extraneous RISCV tag in commit message

This revision is now accepted and ready to land.Apr 13 2023, 9:53 AM
This revision was landed with ongoing or failed builds.Apr 14 2023, 5:53 AM
This revision was automatically updated to reflect the committed changes.