[all-commits] [llvm/llvm-project] 5dbb30: [MLIR][OpenMP] Better error reporting for unsuppor...

Kareem Ergawy via All-commits all-commits at lists.llvm.org
Fri Jan 19 07:47:37 PST 2024


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 5dbb30d950e4760a11ad97ee4b91c0325075860f
      https://github.com/llvm/llvm-project/commit/5dbb30d950e4760a11ad97ee4b91c0325075860f
  Author: Kareem Ergawy <kareem.ergawy at amd.com>
  Date:   2024-01-19 (Fri, 19 Jan 2024)

  Changed paths:
    M mlir/lib/Target/LLVMIR/Dialect/OpenMP/OpenMPToLLVMIRTranslation.cpp
    A mlir/test/Target/LLVMIR/omptarget-nowait-llvm.mlir

  Log Message:
  -----------
  [MLIR][OpenMP] Better error reporting for unsupported `nowait` (#78551)

Provides some context for failing to generate LLVM IR for `target
enter|exit|update` directives when `nowait` is provided. This is
directly helpful for flang users since they would get this error message
if they tried to use `nowait`. Before that we had a very generic
message.

This is a follow-up to https://github.com/llvm/llvm-project/pull/78269,
please only review the latest commit (the one with the same commit
message as the PR title).




More information about the All-commits mailing list