<div dir="ltr"><div><div><div><div>Hey Karel, <br></div>the GHC unregisterized via C code gen requires using GCC. Unless Clang starts support some of the more eclectic GCC C extensions, you wont' be able to use Clang/LLVM for doing an unregisterized build.<br>

 <br></div>GCC 4.8 and newer seems to have aarch64 support. <br><br></div>cheers!<br></div>-Carter<br></div><div class="gmail_extra"><br><br><div class="gmail_quote">On Wed, Jan 8, 2014 at 4:51 PM, Karel Gardas <span dir="ltr"><<a href="mailto:karel.gardas@centrum.cz" target="_blank">karel.gardas@centrum.cz</a>></span> wrote:<br>

<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><br>
Hi Tim,<div class="im"><br>
<br>
On 01/ 8/14 10:24 PM, Tim Northover wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
Hi Karel,<br>
<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
I've observed the same issue with LLVM 3.4 as distributed by Ubuntu 13.10<br>
and with LLVM HEAD compiled on January 6. I'm able to provide the byte-code<br>
file which results in this issue, but would first like to know if this is a<br>
known issue in AArch64 target support or if I shall submit it somewhere or<br>
even if I did some mistake in invoking llc or providing wrong set of options<br>
to it.<br>
</blockquote>
<br>
I've certainly not seen similar. Usually "Cannot select" errors are<br>
fixed very quickly since they're so easy to narrow down and fix. I<br>
think this is a real bug and the .ll file would be very useful.<br>
</blockquote>
<br></div>
the bziped2 file is here for you <a href="https://app.box.com/s/0i43c5j1bq40yheocmn9" target="_blank">https://app.box.com/s/<u></u>0i43c5j1bq40yheocmn9</a><div class="im"><br>
<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
It compiles to amd64 code by default so I added just -march=aarch64<br>
and was in impression that it should be enough to target AArch64 platform...<br>
If that's wrong, please let me know.<br>
</blockquote>
<br>
That's on the edge of OK. There are numerous tricky ABI issues that<br>
could be caused by simply swapping a -march argument to LLVM . Clang,<br>
for example, wouldn't be able to compile correct C or C++ code with<br>
just that switch. But GHC presumably has less stringent ABI<br>
compatibility requirements, so it might get away with it.<br>
</blockquote>
<br></div>
I hope so.<div class="im"><br>
<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
On the other hand, I think x86 (and possibly ARM) has specific code to<br>
handle the GHC calling conventions, which I'm fairly sure AArch64<br>
doesn't. That *might* just be a matter of performance, or it might be<br>
crucial. I kept meaning to get GHC working but never really got around<br>
to it.<br>
</blockquote>
<br></div>
Ah, I've not mentioned it before, but I'm attempting to port GHC to<br>
AArch64 and the first step is to get so called unregisterised build<br>
working. Unregisterised build does not require this specific GHC calling<br>
convention. Once this is working I'll come here hopefully with some<br>
patch or with ask for idea/help with modification of AArch64 target<br>
support to make GHC calling convention a reality. But certainly I'm not<br>
there yet...<br>
<br>
Hmm, but since you mentioned it. Has anything changed in the LLVM so<br>
it's more easy to write such calling convention? IIRC, the calling<br>
convention is here just to tell LLVM to omit usage of some registers as<br>
they are pinned to the haskell virtual registers... I hope I'm not too<br>
misleading here...And in the past creating such calling convention where<br>
the required regs were removed was the only way probably...<br>
<br>
Thanks!<span class="HOEnZb"><font color="#888888"><br>
Karel</font></span><div class="HOEnZb"><div class="h5"><br>
<br>
______________________________<u></u>_________________<br>
LLVM Developers mailing list<br>
<a href="mailto:LLVMdev@cs.uiuc.edu" target="_blank">LLVMdev@cs.uiuc.edu</a>         <a href="http://llvm.cs.uiuc.edu" target="_blank">http://llvm.cs.uiuc.edu</a><br>
<a href="http://lists.cs.uiuc.edu/mailman/listinfo/llvmdev" target="_blank">http://lists.cs.uiuc.edu/<u></u>mailman/listinfo/llvmdev</a><br>
</div></div></blockquote></div><br></div>