<div dir="ltr">Howdy,<div>Matt Godbolt and I have added Swift support to his compiler explorer project</div><div><br></div><div><a href="https://swift.godbolt.org/">https://swift.godbolt.org/</a><br></div><div><br></div><div>It let&#39;s you interactively explore assembly emitted by the Swift compiler. </div><div><br></div><div>Right now, if you want the compiler to emit Intel syntax instructions, pass &quot;-emit-assembly -Xllvm --x86-asm-syntax=intel&quot; to the compiler as a command line argument in the text field in the top right corner.</div><div><br></div><div>Note that right now it&#39;s might still be kinda rough around the edges.</div><div><br></div><div>You can contribute to the project here <a href="https://github.com/mattgodbolt/compiler-explorer">https://github.com/mattgodbolt/compiler-explorer</a></div><div><br></div><div>Adam</div></div>