Currently we miss the mem size info (e.g. *word ptr) for parsing MS InlineAsm
which use a global variable and one/two registers in a memory expression.
There was error of "ambiguous operand size for some instructions. (e.g. 'fmul')"
Differential D109739
[X86][InlineAsm][Bugfix] Use mem size information (*word ptr) for "global variable + registers" memory expression in inline asm. xiangzhangllvm on Sep 13 2021, 10:33 PM. Authored by
Details Currently we miss the mem size info (e.g. *word ptr) for parsing MS InlineAsm There was error of "ambiguous operand size for some instructions. (e.g. 'fmul')"
Diff Detail
|