<html xmlns:v="urn:schemas-microsoft-com:vml" xmlns:o="urn:schemas-microsoft-com:office:office" xmlns:w="urn:schemas-microsoft-com:office:word" xmlns:m="http://schemas.microsoft.com/office/2004/12/omml" xmlns="http://www.w3.org/TR/REC-html40">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<meta name="Generator" content="Microsoft Word 15 (filtered medium)">
<style><!--
/* Font Definitions */
@font-face
        {font-family:"Cambria Math";
        panose-1:2 4 5 3 5 4 6 3 2 4;}
@font-face
        {font-family:Calibri;
        panose-1:2 15 5 2 2 2 4 3 2 4;}
/* Style Definitions */
p.MsoNormal, li.MsoNormal, div.MsoNormal
        {margin:0cm;
        font-size:11.0pt;
        font-family:"Calibri",sans-serif;
        mso-fareast-language:EN-US;}
a:link, span.MsoHyperlink
        {mso-style-priority:99;
        color:#0563C1;
        text-decoration:underline;}
span.EmailStyle17
        {mso-style-type:personal-compose;
        font-family:"Calibri",sans-serif;
        color:windowtext;}
.MsoChpDefault
        {mso-style-type:export-only;
        font-family:"Calibri",sans-serif;
        mso-fareast-language:EN-US;}
@page WordSection1
        {size:612.0pt 792.0pt;
        margin:70.85pt 70.85pt 2.0cm 70.85pt;}
div.WordSection1
        {page:WordSection1;}
--></style><!--[if gte mso 9]><xml>
<o:shapedefaults v:ext="edit" spidmax="1026" />
</xml><![endif]--><!--[if gte mso 9]><xml>
<o:shapelayout v:ext="edit">
<o:idmap v:ext="edit" data="1" />
</o:shapelayout></xml><![endif]-->
</head>
<body lang="DE" link="#0563C1" vlink="#954F72" style="word-wrap:break-word">
<div class="WordSection1">
<p class="MsoNormal"><span lang="EN-GB">Hello Clang-Devs,<o:p></o:p></span></p>
<p class="MsoNormal"><span lang="EN-GB"><o:p> </o:p></span></p>
<p class="MsoNormal"><span lang="EN-GB">I run into a strange error with Clang-Cl - I hope I can explain it. We use Clang-Cl via the LLVM extension in Visual Studio and use it to compile our source code. One of the flags we set for the compiler is "/FA" which
 gives us assembly output. Everything fine so far, no problems.<o:p></o:p></span></p>
<p class="MsoNormal"><span lang="EN-GB"><o:p> </o:p></span></p>
<p class="MsoNormal"><span lang="EN-GB">I then add a simple copy loop to our code, that is copying int32 values from one address to another one. When compiling this construct Clang-Cl suddenly exited with: "error: invalid instruction mnemonic 'movsdi'".<o:p></o:p></span></p>
<p class="MsoNormal"><span lang="EN-GB">However, when I remove the "/FA" flag everything compiles fine and runs fine in the end... Strangely, I couldn't figure out what the "movsdi" mnemonic is...<o:p></o:p></span></p>
<p class="MsoNormal"><span lang="EN-GB"><o:p> </o:p></span></p>
<p class="MsoNormal"><span lang="EN-GB">The Assembly code looks like this:<o:p></o:p></span></p>
<p class="MsoNormal"><span lang="EN-GB">.LBB15_31:                              #   in Loop: Header=BB15_17 Depth=1<o:p></o:p></span></p>
<p class="MsoNormal"><span lang="EN-GB">                mov       ecx, 32<o:p></o:p></span></p>
<p class="MsoNormal"><span lang="EN-GB">                mov       edx, 4<o:p></o:p></span></p>
<p class="MsoNormal"><span lang="EN-GB">                call         calloc<o:p></o:p></span></p>
<p class="MsoNormal"><span lang="EN-GB">                mov       qword ptr [r12 + rbp + 96], rax<o:p></o:p></span></p>
<p class="MsoNormal"><span lang="EN-GB">                mov       qword ptr [r12 + rbp + 88], rax<o:p></o:p></span></p>
<p class="MsoNormal"><span lang="EN-GB">                mov       ecx, 32<o:p></o:p></span></p>
<p class="MsoNormal"><span lang="EN-GB">                mov       rdi, rax<o:p></o:p></span></p>
<p class="MsoNormal"><span lang="EN-GB">                rep movsdi es:[rdi], [rsi]<o:p></o:p></span></p>
<p class="MsoNormal"><span lang="EN-GB">                jmp        .LBB15_33<o:p></o:p></span></p>
<p class="MsoNormal"><span lang="EN-GB"><o:p> </o:p></span></p>
<p class="MsoNormal"><span lang="EN-GB">My Clang-Cl version is:<o:p></o:p></span></p>
<p class="MsoNormal"><span lang="EN-GB">clang version 11.0.0 (<a href="https://github.com/llvm/llvm-project.git">https://github.com/llvm/llvm-project.git</a> 176249bd6732a8044d457092ed932768724a6f06)<o:p></o:p></span></p>
<p class="MsoNormal"><span lang="EN-GB">Target: x86_64-pc-windows-msvc<o:p></o:p></span></p>
<p class="MsoNormal"><span lang="EN-GB">Thread model: posix<o:p></o:p></span></p>
<p class="MsoNormal"><span lang="EN-GB"><o:p> </o:p></span></p>
<p class="MsoNormal"><span lang="EN-GB">The target is the same as in the version (x86_64-pc-windows-msvc).<o:p></o:p></span></p>
<p class="MsoNormal"><span lang="EN-GB"><o:p> </o:p></span></p>
<p class="MsoNormal"><span lang="EN-GB">Does anyone know what is going on? <o:p></o:p></span></p>
<p class="MsoNormal"><span lang="EN-GB"><o:p> </o:p></span></p>
<p class="MsoNormal"><span lang="EN-GB">Kind greetings<o:p></o:p></span></p>
<p class="MsoNormal"><span lang="EN-GB">Björn<o:p></o:p></span></p>
</div>
Als GmbH eingetragen im Handelsregister Bad Homburg v.d.H. HRB 9816, USt.ID-Nr. DE 114 165 789 Geschäftsführer: Dr. Hiroshi Nakamura, Dr. Robert Plank, Markus Bode, Takashi Nagano, Junichi Tajika, Ergin Cansiz.
</body>
</html>