[PATCH] D122729: [VP] Add vp.icmp comparison intrinsic and docs
Craig Topper via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Mar 30 09:11:54 PDT 2022
craig.topper accepted this revision.
craig.topper added a comment.
This revision is now accepted and ready to land.
LGTM with that doc fix
================
Comment at: llvm/docs/LangRef.rst:20403
+ %t = icmp ne <4 x i32> %a, %b
+ %also.r = select <4 x i1> %mask, <4 x i32> %t, <4 x i32> undef
+
----------------
I might have missed this in the fcmp patch, but the <4 x i32> on the `select` line should be `<4 x i1>`
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D122729/new/
https://reviews.llvm.org/D122729
More information about the llvm-commits
mailing list