Fix for sphinx bot warning

llvm-svn: 361292
This commit is contained in:
Leonard Chan 2019-05-21 19:30:25 +00:00
parent b61f2b6c87
commit 9bb96980aa

View File

@ -13284,7 +13284,8 @@ multplication can be represented as
::
%result = call i4 @llvm.smul.fix.i4(i4 %a, i4 %b, i32 %scale)
=>
; Expands to
%a2 = sext i4 %a to i8
%b2 = sext i4 %b to i8
%mul = mul nsw nuw i8 %a, %b