[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

Chandler Carruth chandlerc at google.com
Mon Nov 12 00:11:57 PST 2012


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?

-Chandler



More information about the llvm-commits mailing list