[llvm-commits] [llvm] r167718 - in /llvm/trunk: lib/Target/X86/X86ISelLowering.cpp test/CodeGen/X86/2010-01-08-Atomic64Bug.ll test/CodeGen/X86/pr14314.ll
Evan Cheng
evan.cheng at apple.com
Thu Nov 15 14:59:57 PST 2012
On Nov 12, 2012, at 12:11 AM, Chandler Carruth <chandlerc at google.com> wrote:
> On Sun, Nov 11, 2012 at 10:49 PM, Michael Liao <michael.liao at intel.com> wrote:
>> Author: hliao
>> Date: Mon Nov 12 00:49:17 2012
>> New Revision: 167718
>>
>> URL: http://llvm.org/viewvc/llvm-project?rev=167718&view=rev
>> Log:
>> Fix PR14314
>>
>> - Fix operand order for atomic sub, where the minuend is the value
>> loaded from memory and the subtrahend is the parameter specified.
>
> Thanks for the quick fix Michael!
>
> Evan, I'd like this to be merged onto the branch. Approved as part of
> the target layer?
Sorry I missed this earlier. Yes, it seems obviously goodness to get this into 3.2.
Evan
>
> -Chandler
More information about the llvm-commits
mailing list