Skip to content

Commit

Permalink
[VP][LangRef] Correct select operands in vp.fptosi docs
Browse files Browse the repository at this point in the history
  • Loading branch information
frasercrmck committed Mar 31, 2022
1 parent b3851e9 commit cc67a8f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion llvm/docs/LangRef.rst
Expand Up @@ -20229,7 +20229,7 @@ Examples:
;; For all lanes below %evl, %r is lane-wise equivalent to %also.r

%t = fptosi <4 x float> %a to <4 x i32>
%also.r = select <4 x i1> %mask, <4 x float> %t, <4 x float> undef
%also.r = select <4 x i1> %mask, <4 x i32> %t, <4 x i32> undef

.. _int_vp_sitofp:

Expand Down

0 comments on commit cc67a8f

Please sign in to comment.