OSDN Git Service

Add aggressive anti-dependence breaker. Currently it is not the default for any targe...
authorDavid Goodwin <david_goodwin@apple.com>
Mon, 26 Oct 2009 19:32:42 +0000 (19:32 +0000)
committerDavid Goodwin <david_goodwin@apple.com>
Mon, 26 Oct 2009 19:32:42 +0000 (19:32 +0000)
commit348777110a960f0e017025dd5141cb29472c3984
treeeefcbcb9a74a7a8988fb934765829e5c149c1444
parent6000e253d4b59677030fdf2f53f8d1e5fa00a1a4
Add aggressive anti-dependence breaker. Currently it is not the default for any target. Enable with -break-anti-dependencies=all.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@85145 91177308-0d34-0410-b5e6-96231b3b80d8
lib/CodeGen/AggressiveAntiDepBreaker.cpp [new file with mode: 0644]
lib/CodeGen/AggressiveAntiDepBreaker.h [new file with mode: 0644]
lib/CodeGen/CMakeLists.txt
lib/CodeGen/PostRASchedulerList.cpp