summaryrefslogtreecommitdiff
path: root/lldb/unittests/ScriptInterpreter/Python/PythonDataObjectsTests.cpp
diff options
context:
space:
mode:
authorJean-Didier PAILLEUX <jean-di.pailleux@outlook.com>2025-01-29 09:44:09 +0100
committerGitHub <noreply@github.com>2025-01-29 09:44:09 +0100
commite811cb00e533e9737db689e35ee6cb0d5af536cc (patch)
tree76220638380bb16cd793ba0d60576364f22263d4 /lldb/unittests/ScriptInterpreter/Python/PythonDataObjectsTests.cpp
parent51c7338cc671c90ba9345b53c7ca01dc461341ed (diff)
[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`.
Diffstat (limited to 'lldb/unittests/ScriptInterpreter/Python/PythonDataObjectsTests.cpp')
0 files changed, 0 insertions, 0 deletions