Remove seemingly-unneeded artificial dependency
authorHal Finkel <hfinkel@anl.gov>
Mon, 21 Apr 2014 21:30:25 +0000 (21:30 +0000)
committerHal Finkel <hfinkel@anl.gov>
Mon, 21 Apr 2014 21:30:25 +0000 (21:30 +0000)
commit2df01c60e6e3fde8859826e8a5d6898a9cd5c060
tree6ae49a6b48c9081567c8723880be3851c6cd206e
parentb86fbcb08c2ea5208384db4320d875d7a00a4e43
Remove seemingly-unneeded artificial dependency

The rationale for this artificial dependency seems to have been lost to the
ravages of time, it is covered by no regression tests, and has no impact on
test-suite performance numbers on either x86 or PPC.

For the test suite, on both x86 and PPC, I ran the test suite 10 times (both as
a baseline and with this change), and found no statistically-significant
changes.  For PPC, I used a P7 box. For x86, I used an Intel Xeon E5430. Both
with -O3 -mcpu=native.

This was discussed on-list back in January, but I've not had a chance to run
the performance tests until today.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@206795 91177308-0d34-0410-b5e6-96231b3b80d8
lib/CodeGen/ScheduleDAGInstrs.cpp