Skip to content

Commit 2e0ee68

Browse files
committed
[LangRef][VP] Fix typos in VP sdiv/udiv examples
1 parent 159dd44 commit 2e0ee68

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

llvm/docs/LangRef.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17575,7 +17575,7 @@ Examples:
1757517575
;; For all lanes below %evl, %r is lane-wise equivalent to %also.r
1757617576

1757717577
%t = sdiv <4 x i32> %a, %b
17578-
%also.r = select <4 x ii> %mask, <4 x i32> %t, <4 x i32> undef
17578+
%also.r = select <4 x i1> %mask, <4 x i32> %t, <4 x i32> undef
1757917579

1758017580

1758117581
.. _int_vp_udiv:
@@ -17620,7 +17620,7 @@ Examples:
1762017620
;; For all lanes below %evl, %r is lane-wise equivalent to %also.r
1762117621

1762217622
%t = udiv <4 x i32> %a, %b
17623-
%also.r = select <4 x ii> %mask, <4 x i32> %t, <4 x i32> undef
17623+
%also.r = select <4 x i1> %mask, <4 x i32> %t, <4 x i32> undef
1762417624

1762517625

1762617626

0 commit comments

Comments
 (0)