<div dir="ltr"><br><br><div class="gmail_quote">On Tue, Mar 3, 2015 at 11:58 AM Kit Barton <<a href="mailto:kbarton@ca.ibm.com">kbarton@ca.ibm.com</a>> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Committed revision 231115.<br>
<br>
<br>
================<br>
Comment at: lib/Target/PowerPC/<u></u>PPCISelLowering.cpp:578<br>
@@ -577,3 +577,3 @@<br>
       // VSX v2i64 only supports non-arithmetic operations.<br>
-      setOperationAction(ISD::ADD, MVT::v2i64, Expand);<br>
-      setOperationAction(ISD::SUB, MVT::v2i64, Expand);<br>
+      if (! Subtarget.hasP8Altivec()) {<br>
+        setOperationAction(ISD::ADD, MVT::v2i64, Expand);<br>
----------------<br>
echristo wrote:<br>
> Whitespace.<br>
Is this in reference to the space between ! and Subtarget?<br></blockquote><div><br></div><div>Yep.</div><div> </div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
I fixed this just now, so it will be in the next diff or the patch that I checkin if no other diffs are required.<br>
<br></blockquote><div><br></div><div>Two things:</div><div><br></div><div>a) should get used to using clang-format on your patches. Means you don't have to worry about formatting sections of code you write.</div><div>b) Just commit it by itself, we try not to fold things in that way.</div><div><br></div><div>Thanks!</div><div><br></div><div>-eric</div><div> </div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
<a href="http://reviews.llvm.org/D7959" target="_blank">http://reviews.llvm.org/D7959</a><br>
<br>
EMAIL PREFERENCES<br>
  <a href="http://reviews.llvm.org/settings/panel/emailpreferences/" target="_blank">http://reviews.llvm.org/<u></u>settings/panel/<u></u>emailpreferences/</a><br>
<br>
<br>
</blockquote></div></div>