1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2025-01-31 20:51:52 +01:00

[LangRef][VP] Fix typos in VP sdiv/udiv examples

This commit is contained in:
Fraser Cormack 2021-05-06 16:37:04 +01:00
parent 8091cc1712
commit 8994b24c78

View File

@ -17575,7 +17575,7 @@ Examples:
;; For all lanes below %evl, %r is lane-wise equivalent to %also.r
%t = sdiv <4 x i32> %a, %b
%also.r = select <4 x ii> %mask, <4 x i32> %t, <4 x i32> undef
%also.r = select <4 x i1> %mask, <4 x i32> %t, <4 x i32> undef
.. _int_vp_udiv:
@ -17620,7 +17620,7 @@ Examples:
;; For all lanes below %evl, %r is lane-wise equivalent to %also.r
%t = udiv <4 x i32> %a, %b
%also.r = select <4 x ii> %mask, <4 x i32> %t, <4 x i32> undef
%also.r = select <4 x i1> %mask, <4 x i32> %t, <4 x i32> undef