Skip to content

Commit 60dcc09

Browse files
committed
[MachinePipeliner] Fix fragile tests
Currently, some tests are too sensitive to changes in MachinePipeliner. Some of them are more sensitive to scheduling results than necessary, others assume the current dependency analysis, which is actually incorrect. As an example of the former, there is a test that is intended to verify the correctness of the dependency analysis, but validates the final scheduling results. These tests can be affected by unrelated changes in MachinePipeliner. This patch fixes them to make them robust against such changes. This patch is a prelude to #121907.
1 parent bcc1e58 commit 60dcc09

File tree

6 files changed

+282
-164
lines changed

6 files changed

+282
-164
lines changed

llvm/test/CodeGen/Hexagon/loop_align_count.ll

Lines changed: 0 additions & 116 deletions
This file was deleted.

0 commit comments

Comments
 (0)