<div dir="ltr"><div>+  if (!Subtarget->is64Bit())</div><div>+    return false;</div><div><br></div><div style>Can you put a comment over this or perhaps even a block comment over the function that it's only valid for 32-bit abis? I totally missed that the first time through and had a question about "hey, doesn't this fail horribly for x86-32? :)</div>
<div style><br></div><div style>Want to add more testcases? Specifically ones that look at the output and that we got the right arg into the right register... or at least used the correct registers. :)</div><div style><br>
</div><div style>-eric</div></div><div class="gmail_extra"><br><br><div class="gmail_quote">On Fri, Feb 22, 2013 at 3:34 PM, Chad Rosier <span dir="ltr"><<a href="mailto:mcrosier@apple.com" target="_blank">mcrosier@apple.com</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">All,<br>
The attached patch implements a basic version of FastLowerArguments for x86 fast-isel.  This is analogous to Evan's commit r174855, but for x86 of course.  Please have a look (especially those familiar with x86 calling conventions).<br>

<br>
 Regards,<br>
  Chad<br>
<br>
<br>_______________________________________________<br>
llvm-commits mailing list<br>
<a href="mailto:llvm-commits@cs.uiuc.edu">llvm-commits@cs.uiuc.edu</a><br>
<a href="http://lists.cs.uiuc.edu/mailman/listinfo/llvm-commits" target="_blank">http://lists.cs.uiuc.edu/mailman/listinfo/llvm-commits</a><br>
<br></blockquote></div><br></div>