commit | 333a3264f472acf5dac949e23f43cc9fa04ba817 | [log] [tgz] |
---|---|---|
author | Andrea Di Biagio <Andrea_DiBiagio@sn.scee.net> | Wed Mar 27 15:41:53 2019 +0000 |
committer | Andrea Di Biagio <Andrea_DiBiagio@sn.scee.net> | Wed Mar 27 15:41:53 2019 +0000 |
tree | b80ac0398951ac0b8944a5a7fb21219e1229fe4a | |
parent | bbc59d8d0d091f3ae0856e9cc2155e8f30deacdd [diff] |
[MCA][Pipeline] Don't visit stages in reverse order when calling method cycleEnd(). NFCI There is no reason why stages should be visited in reverse order. This patch allows the definition of stages that push instructions forward from their cycleEnd() routine. llvm-svn: 357074