[flang-commits] [flang] [flang][NFC] Restrict -funroll-loops tests to known working targets (PR #123939)
Henry Jiang via flang-commits
flang-commits at lists.llvm.org
Wed Jan 22 09:39:17 PST 2025
mustartt wrote:
> @mustartt did you intend the issue to be for the failing tests or that the flag does not produce the intended result on powerpc?
I intended for the issue to be just for the failing test cases. I investigated the issue and unrolling is working as expected. But at different unroll count and different interleave. On PPC we get unroll factor of 8 with vector width of 2. Feel free to commit this, but leave the issue open for now and I can make the tests a bit more generic.
https://github.com/llvm/llvm-project/pull/123939
More information about the flang-commits
mailing list