[llvm] [LV] Relax high loop trip count threshold for deciding to interleave a loop (PR #67725)

via llvm-commits llvm-commits at lists.llvm.org
Tue Feb 6 00:22:15 PST 2024


dyung wrote:

> Hi @dyung, I am looking into it. The reason why I didn't see this in my local tests is because I configured for the build to include X86 targets as well, in which case this test succeeds perhaps because it's using the X86 based target-triple in the file. I'll try to fix this soon.

Thank you. And in the future, it is preferred not to leave failing tests on the build bots failing for so long because the failures could mask other issues.

https://github.com/llvm/llvm-project/pull/67725


More information about the llvm-commits mailing list