Files
clang-p2996/flang/test/Semantics
Jean-Didier PAILLEUX e811cb00e5 [flang] Implement !DIR$ UNROLL [N] (#123331)
This patch implements support for the UNROLL directive to control how
many times a loop should be unrolled.
It must be placed immediately before a `DO LOOP` and applies only to the
loop that follows. N is an integer that specifying the unrolling factor.
This is done by adding an attribute to the branch into the loop in LLVM
to indicate that the loop should unrolled.
The code pushed to support the directive `VECTOR ALWAYS` has been
modified to take account of the fact that several directives can be used
before a `DO LOOP`.
2025-01-29 09:44:09 +01:00
..
2025-01-08 13:15:51 -08:00
2025-01-08 13:15:51 -08:00
2024-12-18 07:02:37 -08:00
2024-12-18 07:02:37 -08:00