We should enable more testing with StressShortRunningLongLoop and disabling ShortRunningLongLoop. This is especially important for vectorization tests. In a next step, we should whitelist ShortRunningLongLoop for the IR framework such that vectorization tests are automatically IR matched even when we disable the flag. This is a trade-off between the benefit of that and users doing some loop counting in their IR rules that now need to be ware of handling ShortRunningLongLoop=false. I think that is acceptable and we anticipate only very few issues with our current tests.
This is an umbrella RFE for the three different tasks:
- Updating CI stress jobs
- Updating fuzzer configs
- Update IR framework whitelist