The NPM CGSCCPassManager does not operate on the SCCs in the same order
as the legacy PM. These tests assume that the SCCs would be processed in
the order they are declared in the file, but the NPM processes them
backwards.
So split each test via split-file and test each one individually. This
makes these tests pass under the NPM.