summaryrefslogtreecommitdiff
path: root/lldb/source/Plugins/ScriptInterpreter/Python/ScriptInterpreterPython.cpp
diff options
context:
space:
mode:
authorTom Eccles <tom.eccles@arm.com>2024-08-22 14:11:22 +0100
committerGitHub <noreply@github.com>2024-08-22 14:11:22 +0100
commita964635939ed9fadcaf6833b29f4ebeb9a9df4ef (patch)
tree59ba71b2780dfd9132d447aee42ed53d5dba944e /lldb/source/Plugins/ScriptInterpreter/Python/ScriptInterpreterPython.cpp
parent6d30b67cf0fdd5f417af53b4acd593ded37b2db9 (diff)
[mlir][OpenMP] Add optional alloc region to reduction decl (#102522)
This region is intended to separate alloca operations from reduction variable initialization. This makes it easier to hoist allocas to the entry block before control flow and complex code for initialization. The verifier checks that there is at most one block in the alloc region. This is not sufficient to avoid control flow in general MLIR, but by the time we are converting to LLVMIR structured control flow should already have been lowered to the cf dialect. 1/3 Part 2: https://github.com/llvm/llvm-project/pull/102524 Part 3: https://github.com/llvm/llvm-project/pull/102525
Diffstat (limited to 'lldb/source/Plugins/ScriptInterpreter/Python/ScriptInterpreterPython.cpp')
0 files changed, 0 insertions, 0 deletions