"llvm/git@repo.hca.bsc.es:rferrer/llvm-epi-0.8.git" did not exist on "111c550dea0802a45e59231977e6f906571774ae"
[dom] Add a basic dominator tree test.
Correct, we have *zero* basic testing of the dominator tree in the regression test suite. There is a single test that even prints it out, and that test only checks a single line of the output. There are a handful of tests that check post dominators, but all of those are looking for bugs rather than just exercising the basic machinery. This test is super boring and unexciting. But hey, it's something. I needed there to be something so I could switch the basic test to run with both the old and new pass manager. llvm-svn: 225936
Loading
Please register or sign in to comment