summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Transforms/Scalar/Scalar.cpp
diff options
context:
space:
mode:
authorAndrew Trick <atrick@apple.com>2015-03-27 06:10:13 +0000
committerAndrew Trick <atrick@apple.com>2015-03-27 06:10:13 +0000
commit43adfb30d5db64c9ec39466bf02b5846296b8745 (patch)
treef707153c4555aae74a39c56913aead785f594834 /llvm/lib/Transforms/Scalar/Scalar.cpp
parent2766992ac5d054aff7d0a82d1ab9b7220c7978be (diff)
downloadbcm5719-llvm-43adfb30d5db64c9ec39466bf02b5846296b8745.tar.gz
bcm5719-llvm-43adfb30d5db64c9ec39466bf02b5846296b8745.zip
Complete the MachineScheduler fix made way back in r210390.
"Fix the MachineScheduler's logic for updating ready times for in-order. Now the scheduler updates a node's ready time as soon as it is scheduled, before releasing dependent nodes." This fix was only made in one variant of the ScheduleDAGMI driver. Francois de Ferriere reported the issue in the other bit of code where it was also needed. I never got around to coming up with a test case, but it's an obvious fix that shouldn't be delayed any longer. I'll try to refactor this code a little better. I did verify performance on a wide variety of targets and saw no negative impact with this fix. llvm-svn: 233366
Diffstat (limited to 'llvm/lib/Transforms/Scalar/Scalar.cpp')
0 files changed, 0 insertions, 0 deletions
OpenPOWER on IntegriCloud