[PATCH] D122729: [VP] Add vp.icmp comparison intrinsic and docs
Fraser Cormack via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Mar 30 09:17:23 PDT 2022
frasercrmck marked an inline comment as done.
frasercrmck added inline comments.
================
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
+
----------------
craig.topper wrote:
> I might have missed this in the fcmp patch, but the <4 x i32> on the `select` line should be `<4 x i1>`
Ah good spot, thanks! I committed rGa0e5d9e1f41b to take care of that.
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