[all-commits] [llvm/llvm-project] cdb776: [VP] Mark llvm.vp.copysign as a binary op
Luke Lau via All-commits
all-commits at lists.llvm.org
Fri Apr 14 05:53:47 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: cdb77634418874937298ffe01560ff06e9354157
https://github.com/llvm/llvm-project/commit/cdb77634418874937298ffe01560ff06e9354157
Author: Luke Lau <luke at igalia.com>
Date: 2023-04-14 (Fri, 14 Apr 2023)
Changed paths:
M llvm/include/llvm/IR/VPIntrinsics.def
Log Message:
-----------
[VP] Mark llvm.vp.copysign as a binary op
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.
Reviewed By: craig.topper
Differential Revision: https://reviews.llvm.org/D148241
More information about the All-commits
mailing list