[llvm-commits] [llvm] r125089 - in /llvm/trunk/lib/CodeGen: CriticalAntiDepBreaker.cpp CriticalAntiDepBreaker.h

Andrew Trick atrick at apple.com
Tue Feb 8 10:08:21 PST 2011


Aggressive antidep breaker most likely has similar issues. It's different enough that I can't trivially apply my fix, and I don't have a test case. I also don't know if anyone is using it. I have it on my todo list to look into. Meanwhile, feel free to file a bug!

-Andy

On Feb 8, 2011, at 9:51 AM, Anton Korobeynikov wrote:

> Hi Andrew,
> 
>> Avoid using the same register for two def operands or and earlyclobber
>> def and use operand. This fixes PR8986 and improves on the prior fix
>> for rdar://problem/8959122.
> Cool! Does the same problem exist in aggressive atidep breaker, btw?
> 
> -- 
> With best regards, Anton Korobeynikov
> Faculty of Mathematics and Mechanics, Saint Petersburg State University





More information about the llvm-commits mailing list