[all-commits] [llvm/llvm-project] 1207d6: Replace assertion with constructing unique block
Krzysztof Parzyszek via All-commits
all-commits at lists.llvm.org
Thu Jan 18 12:57:41 PST 2024
Branch: refs/heads/users/kparzysz/spr/a05-complete-createBodyOfOp
Home: https://github.com/llvm/llvm-project
Commit: 1207d602d9f959cf095540d440099fd5a5efc4a8
https://github.com/llvm/llvm-project/commit/1207d602d9f959cf095540d440099fd5a5efc4a8
Author: Krzysztof Parzyszek <Krzysztof.Parzyszek at amd.com>
Date: 2024-01-18 (Thu, 18 Jan 2024)
Changed paths:
M flang/lib/Lower/OpenMP.cpp
Log Message:
-----------
Replace assertion with constructing unique block
If there are multiple exiting blocks, create a new empty block,
and insert branches into it from all the exiting blocks. This
will create a unique exiting block for inserting OMP terminator,
and lastprivate processing.
More information about the All-commits
mailing list