<html><head><meta http-equiv="Content-Type" content="text/html charset=iso-8859-1"></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space;"><div><br><div><div>On Aug 18, 2013, at 6:10 PM, Eli Friedman <<a href="mailto:eli.friedman@gmail.com">eli.friedman@gmail.com</a>> wrote:</div><br class="Apple-interchange-newline"><blockquote type="cite"><div dir="ltr"><div>Okay, thanks; then I won't worry about the LLVM side of this.<br><br>

+    llvm::Type *VecTy = llvm::VectorType::get(Int64Ty, 2);<br>
+    llvm::Type *PtrTy = Int8PtrTy;<br>
+    Value *One = llvm::ConstantInt::get(<div id=":42">Int32Ty, 1);<br>
+    Value *Tmp = Builder.CreateAlloca(VecTy, One);</div></div><div><br>You can simplify this part using CodeGenFunction::CreateMemTemp.<br><br></div>-Eli<br></div><div class="gmail_extra"><br><br><div class="gmail_quote">
On Sun, Aug 18, 2013 at 12:35 PM, Craig Topper <span dir="ltr"><<a href="mailto:craig.topper@gmail.com" target="_blank">craig.topper@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
<div dir="ltr">And I totally failed to reply to all when I did so.</div><div class="gmail_extra"><br><br><div class="gmail_quote"><div><div class="h5">On Sun, Aug 18, 2013 at 11:58 AM, Juergen Ributzka <span dir="ltr"><<a href="mailto:juergen@apple.com" target="_blank">juergen@apple.com</a>></span> wrote:<br>

</div></div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div><div class="h5"><div style="word-wrap:break-word">Sorry, forgot to mention that Craig reviewed it.<span><font color="#888888">

<br></font></span><div><span><font color="#888888">-Juergen</font></span><div><br><div><div><div>On Aug 18, 2013, at 11:50 AM, Eli Friedman <<a href="mailto:eli.friedman@gmail.com" target="_blank">eli.friedman@gmail.com</a>> wrote:</div>

<br><blockquote type="cite"><div dir="ltr"><div class="gmail_extra"><div class="gmail_quote">On Sat, Aug 17, 2013 at 9:40 AM, Juergen Ributzka <span dir="ltr"><<a href="mailto:juergen@apple.com" target="_blank">juergen@apple.com</a>></span> wrote:<br>


<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Author: ributzka<br>
Date: Sat Aug 17 11:40:09 2013<br>
New Revision: 188609<br>
<br>
URL: <a href="http://llvm.org/viewvc/llvm-project?rev=188609&view=rev" target="_blank">http://llvm.org/viewvc/llvm-project?rev=188609&view=rev</a><br>
Log:<br>
Fix the name and the type of the argument for intrinisc<br>
_mm256_broadcastsi128_si256 to align with the Intel documentation.<br>
<br>
This fixes bug PR 16581 and <a>rdar:14747994</a>.<br>
<br><br></blockquote><div>Who reviewed this?<br><br>-Eli <br></div></div></div></div>
</blockquote></div><br></div></div></div></div>
<br></div></div><div class="im">_______________________________________________<br>
cfe-commits mailing list<br>
<a href="mailto:cfe-commits@cs.uiuc.edu" target="_blank">cfe-commits@cs.uiuc.edu</a><br>
<a href="http://lists.cs.uiuc.edu/mailman/listinfo/cfe-commits" target="_blank">http://lists.cs.uiuc.edu/mailman/listinfo/cfe-commits</a><br>
<br></div></blockquote></div><span class="HOEnZb"><font color="#888888"><br><br clear="all"><div><br></div>-- <br>~Craig
</font></span></div>
</blockquote></div><br></div>
</blockquote></div><br></div></body></html>