Hi,
I added a new pass to Go SSA for experimental purposes. Is there a testsuite to make sure Go's SSA backend works as intended? I do see some test files in ssa/ and gc/ directory but they seem to be testing specific cases in the code.
For example, Are there
1. tests that would test the compilation of big files?
OR, 2. tests to make sure high-level code constructs (like FOR LOOP) compile down to no more than "x" instructions for some value of x?
Thanks!
Mohit