[llvm] r210414 - Do materialize for floating point

Jim Grosbach grosbach at apple.com
Fri Aug 29 09:44:40 PDT 2014


> On Jun 15, 2014, at 2:11 PM, Duncan P. N. Exon Smith <dexonsmith at apple.com> wrote:
> 
>> These are mostly my opinion with little evidence to back them up but there's a couple fairly weak reasons. The first is that I'd like to avoid the scenario where MIPS patches that need wider review regularly find it hard to attract reviewers because they are difficult to spot among the more mundane patches. To put it another way, my concern is that CC'ing llvm-commits on everything may encourage many people to think of '[mips]' as a spam tag.
> 
> An alternative way to draw attention to MIPS patches that need wider
> review is to say exactly that in the review thread -- and if there's
> someone specific whose eyes you'd like, CC them.  If it's more of a
> directional question, a post to llvmdev can help too.
>> The second is that CC'ing llvm-commits seems to make people nervous, occasionally to the point of asking for a pre-pre-commit review. Interestingly, the current approach doesn't seem to have the same effect even though the outcome is pretty much the same. It seems that people don't mind admitting mistakes too much, but they like to know what those mistakes are before they reveal them to the world.
> 
> I think the right answer to "pre-pre-commit" review is "no" -- that's the
> answer I received when I asked for it.  Forcing me to post my patches on
> the list without prior internal peer review drew me into the wider
> community, and expanded my peer group from "Apple LLVM developers" to
> "LLVM developers".  Public peer review isn't just about visibility -- it's
> also about engagement.
> 
> Of course, I was nervous about it, and considered my patches with more
> care as a result -- probably not a bad outcome either.

Very strong +1 here.

A quick look at something by a peer before posting publicly can be helpful to identify silly stuff and/or a sanity check, but generally isn’t helpful for more than that in my experience.

-Jim



More information about the llvm-commits mailing list