[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
32bitmicro
root at 32bitmicro.com
Mon Nov 19 14:34:05 PST 2012
On 11/15/2012 4:59 PM, Evan Cheng wrote:
>
> 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.
Committed revision 168336 into 3.2 release branch.
>
> Evan
>
>>
>> -Chandler
>
>
>
More information about the llvm-commits
mailing list