<div dir="ltr">Hi <span style="color:rgb(0,0,0);font-family:arial,sans-serif;font-size:13px">Matthias,</span><div><span style="color:rgb(0,0,0);font-family:arial,sans-serif;font-size:13px"><br></span></div><div><span style="color:rgb(0,0,0);font-family:arial,sans-serif;font-size:13px">The LLVM community convention (also specified here: <</span><a href="http://llvm.org/docs/DeveloperPolicy.html#making-a-patch">http://llvm.org/docs/DeveloperPolicy.html#making-a-patch</a>>) is that patches should be attached to the email to llvm-commits. Also, typically a batch of small "obvious" patches should be individually attached to the same message ("Hi all, here are some small obvious fixes; please commit") rather than each having their own message.</div>
<div><br></div><div>-- Sean Silva</div></div><div class="gmail_extra"><br><br><div class="gmail_quote">On Thu, Aug 29, 2013 at 6:48 PM,  <span dir="ltr"><<a href="mailto:matze@braunis.de" target="_blank">matze@braunis.de</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">From 02d89dcc988d30d6b07e999ebfde0a81592c0dcb Mon Sep 17 00:00:00 2001<br>
Message-Id: <<a href="mailto:02d89dcc988d30d6b07e999ebfde0a81592c0dcb.1377816463.git.matze@braunis.de">02d89dcc988d30d6b07e999ebfde0a81592c0dcb.1377816463.git.matze@braunis.de</a>><br>
From: Matthias Braun <<a href="mailto:matze@braunis.de">matze@braunis.de</a>><br>
Date: Tue, 27 Aug 2013 13:13:51 -0700<br>
Subject: [PATCH 1/5] fix comment<br>
To: <a href="mailto:llvm-commits@cs.uiuc.edu">llvm-commits@cs.uiuc.edu</a><br>
<br>
There's no 'B3' in the example.<br>
---<br>
 lib/CodeGen/RegisterCoalescer.cpp | 2 +-<br>
 1 file changed, 1 insertion(+), 1 deletion(-)<br>
<br>
diff --git a/lib/CodeGen/RegisterCoalescer.cpp b/lib/CodeGen/RegisterCoalescer.cpp<br>
index 7c690cd..76a4630 100644<br>
--- a/lib/CodeGen/RegisterCoalescer.cpp<br>
+++ b/lib/CodeGen/RegisterCoalescer.cpp<br>
@@ -577,7 +577,7 @@ bool RegisterCoalescer::removeCopyByCommutingDef(const CoalescerPair &CP,<br>
   LiveInterval &IntB =<br>
     LIS->getInterval(CP.isFlipped() ? CP.getSrcReg() : CP.getDstReg());<br>
<br>
-  // BValNo is a value number in B that is defined by a copy from A. 'B3' in<br>
+  // BValNo is a value number in B that is defined by a copy from A. 'B1' in<br>
   // the example above.<br>
   VNInfo *BValNo = IntB.getVNInfoAt(CopyIdx);<br>
   if (!BValNo || BValNo->def != CopyIdx)<br>
<span class="HOEnZb"><font color="#888888">--<br>
1.8.3.4<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>
</font></span></blockquote></div><br></div>