[llvm-commits] [llvm] r164281 - in /llvm/trunk: lib/Target/X86/X86ISelLowering.cpp lib/Target/X86/X86ISelLowering.h lib/Target/X86/X86InstrCompiler.td lib/Target/X86/X86InstrInfo.cpp lib/Target/X86/X86InstrInfo.h test/CodeGen/X86/2010-01-08-Atomic64Bug.ll test/CodeGen/X86/atomic16.ll test/CodeGen/X86/atomic32.ll test/CodeGen/X86/atomic64.ll test/CodeGen/X86/atomic6432.ll test/CodeGen/X86/atomic8.ll test/CodeGen/X86/atomic_op.ll test/CodeGen/X86/pr13458.ll

Cameron Zwarich zwarich at apple.com
Mon Feb 25 12:56:56 PST 2013


I filed a bug: http://llvm.org/bugs/show_bug.cgi?id=15355

Cameron

On Feb 25, 2013, at 10:57 AM, Michael Liao <michael.liao at intel.com> wrote:

> Could you elaborate more on this? Do you have bug reported? - michael
> 
> On Sun, 2013-02-24 at 15:24 -0800, Cameron Zwarich wrote:
>> I guess it is a bit late to say this now, but this commit has a lot of problems. It sticks store memory operands onto loads, copies kill flags from one use to multiple uses, and uses a physical register across basic blocks prior to register allocation. I have a patch ready for the first two, and I'll probably fix the last one and commit it.
>> 
>> Cameron



More information about the llvm-commits mailing list