mirror of
https://github.com/capstone-engine/llvm-capstone.git
synced 2025-01-09 01:29:52 +00:00
Fix for sphinx bot warning
llvm-svn: 361292
This commit is contained in:
parent
b61f2b6c87
commit
9bb96980aa
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user