OSDN Git Service

Allow the aggressive anti-dep breaker to process the same region multiple times....
authorDavid Goodwin <david_goodwin@apple.com>
Mon, 26 Oct 2009 22:31:16 +0000 (22:31 +0000)
committerDavid Goodwin <david_goodwin@apple.com>
Mon, 26 Oct 2009 22:31:16 +0000 (22:31 +0000)
commite10deca33e74a7c70ab585f78eee3fb52937f668
tree040756b08ba58b1bd3d181e4fee5cb2d662925ec
parent06d4033a354115904e9df23608f9a7cd543d5dbc
Allow the aggressive anti-dep breaker to process the same region multiple times. This is necessary because new anti-dependencies are exposed when "current" ones are broken.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@85166 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/CodeGen/AntiDepBreaker.h
lib/CodeGen/AggressiveAntiDepBreaker.cpp
lib/CodeGen/AggressiveAntiDepBreaker.h
lib/CodeGen/CriticalAntiDepBreaker.h
lib/CodeGen/PostRASchedulerList.cpp