[flang-commits] [flang] [Flang][OpenMP] Mark mergeable and untied clauses as unsupported (PR #71209)
via flang-commits
flang-commits at lists.llvm.org
Fri Nov 3 16:52:17 PDT 2023
shraiysh wrote:
MLIR reports an error of the kind `unhandled clauses for translation to LLVM IR` when lowering. Although it is a bit ugly because of the crash dump. If it is straightforward, can we change that to report a clean "todo" message without the backtrace just for OpenMP Dialect whenever a clause fails? I am just worried that these (and more similar) changes will have to land again once the translation is supported. If that change in MLIR is too complicated, this patch LGTM.
https://github.com/llvm/llvm-project/pull/71209
More information about the flang-commits
mailing list