The branch relaxation pass has the worst test coverage
of any pass in AArch64. Add a few tests that hit some
large pieces of code in the pass.
http://llvm.org/reports/coverage/lib/Target/AArch64/AArch64BranchRelaxation.cpp.gcov.html
Differential D22890
AArch64: Add missing branch relaxation tests arsenm on Jul 27 2016, 3:54 PM. Authored by
Details
The branch relaxation pass has the worst test coverage http://llvm.org/reports/coverage/lib/Target/AArch64/AArch64BranchRelaxation.cpp.gcov.html
Diff Detail Event TimelineComment Actions Thanks for working on this. Could you please rename the test files to branch-relax-blah.ll? (To match the already-existing branch-relax-asm.ll).
|
I'd rather move this closer to the point of use, because that would make the need for it clearer. But that's just personal preference.