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

Liao, Michael michael.liao at intel.com
Fri Aug 10 13:53:12 PDT 2012


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





More information about the llvm-commits mailing list