[flang-commits] [flang] [flang] Implement !DIR$ UNROLL_AND_JAM [N] (PR #125046)
Asher Mancinelli via flang-commits
flang-commits at lists.llvm.org
Sun Feb 9 07:51:28 PST 2025
ashermancinelli wrote:
What do you think should happen when the user passes an unrolling factor of 0 or 1? After looking at other fortran compilers, I think the unrolling factor should be forced when N>1, and when N is 0 or 1 we should disable unroll (and jam). If you agree, would you mind updating this directive handling? Thanks!
https://github.com/llvm/llvm-project/pull/125046
More information about the flang-commits
mailing list