[llvm-commits] [PATCH 1/6] revise/enhance atomic primitive code generation

Michael Liao michael.liao at intel.com
Sat Aug 18 21:12:07 PDT 2012


Rebased again onto r162180 and resolved all conflicts with recent
changes. Really appreciate your time to review this patch.

Yours
- Michael

On Wed, 2012-08-15 at 12:40 -0700, Michael Liao wrote:
> To help review the patches, I rebased them to the latest trunk (r161979)
> and re-submitted again.
> 
> Here is the 1st part.
> 
> Yours
> - Michael
> 
> On Fri, 2012-08-10 at 14:09 -0700, Eric Christopher wrote:
> > I'll try to get to this in the next couple of days. :)
> > 
> > -eric
> > 
> > On Aug 10, 2012, at 1:53 PM, "Liao, Michael" <michael.liao at intel.com> wrote:
> > 
> > > Ping again for code review.
> > > 
> > > Yours
> > > - Michael
> > > 
> > > -----Original Message-----
> > > From: llvm-commits-bounces at cs.uiuc.edu [mailto:llvm-commits-bounces at cs.uiuc.edu] On Behalf Of Michael Liao
> > > Sent: Monday, July 30, 2012 5:22 PM
> > > To: llvm-commits at cs.uiuc.edu
> > > Subject: [llvm-commits] [PATCH 1/6] revise/enhance atomic primitive code generation
> > > 
> > > Hi
> > > 
> > > Here's the 1st patch from a series of patch revising/enhancing the current atomic primitive code generation support in X86 backend. This patch unify the logic for load-add code selection and other load-arith operations.
> > > 
> > > Please review them and commit if they're OK.
> > > 
> > > Yours
> > > - Michael
> > > 
> > > 
> > > _______________________________________________
> > > llvm-commits mailing list
> > > llvm-commits at cs.uiuc.edu
> > > http://lists.cs.uiuc.edu/mailman/listinfo/llvm-commits
> > 
> 
> _______________________________________________
> llvm-commits mailing list
> llvm-commits at cs.uiuc.edu
> http://lists.cs.uiuc.edu/mailman/listinfo/llvm-commits

-------------- next part --------------
A non-text attachment was scrubbed...
Name: 0001-unify-the-logic-in-SelectAtomicLoadAdd-and-SelectAto.patch
Type: text/x-patch
Size: 11390 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20120818/68ac3274/attachment.bin>


More information about the llvm-commits mailing list