diff options
author | Kiran Chandramohan <kiran.chandramohan@arm.com> | 2022-10-31 10:34:39 +0000 |
---|---|---|
committer | Kiran Chandramohan <kiran.chandramohan@arm.com> | 2022-10-31 10:48:14 +0000 |
commit | 72e9447e29abf111c742da59afe4152150a2f8e7 (patch) | |
tree | 548d3524b6321ceaa857bdf1111082fb772b7d3c /llvm/unittests/Support/ProgramTest.cpp | |
parent | da5ded4fc9d8c8edfd4a79fa0e75c2ac9165fa7b (diff) | |
download | llvm-72e9447e29abf111c742da59afe4152150a2f8e7.zip llvm-72e9447e29abf111c742da59afe4152150a2f8e7.tar.gz llvm-72e9447e29abf111c742da59afe4152150a2f8e7.tar.bz2 |
[MLIR][OpenMP] Allow the single operation to have a region
The OpenMP standard specifies the region inside to be a structured
block. This means that branches into or out of the region is not
permitted but branches are permitted inside the OpenMP single region.
This is currently modeled by having a region of kind `AnyRegion` for
all the OpenMP ops. In future we can have a more strictly defined
region.
Fixes #58396.
Reviewed By: peixin
Differential Revision: https://reviews.llvm.org/D137023
Diffstat (limited to 'llvm/unittests/Support/ProgramTest.cpp')
0 files changed, 0 insertions, 0 deletions