[all-commits] [llvm/llvm-project] 2f5477: [MLIR][OpenMP] Add check for appropriate module op...

agozillon via All-commits all-commits at lists.llvm.org
Thu Apr 27 07:24:11 PDT 2023


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 2f5477df95616c690e0bd049d340a6111ecbe28e
      https://github.com/llvm/llvm-project/commit/2f5477df95616c690e0bd049d340a6111ecbe28e
  Author: Andrew Gozillon <Andrew.Gozillon at amd.com>
  Date:   2023-04-27 (Thu, 27 Apr 2023)

  Changed paths:
    M mlir/lib/Target/LLVMIR/Dialect/OpenMP/OpenMPToLLVMIRTranslation.cpp

  Log Message:
  -----------
  [MLIR][OpenMP] Add check for appropriate module operation during convertFlagsAttr

Checks if the operation the attirbute resides on is an ModuleOp otherwise it fails.


  Commit: 6d0ca5ae4c5ada004934c56bbe4d7c5db765a209
      https://github.com/llvm/llvm-project/commit/6d0ca5ae4c5ada004934c56bbe4d7c5db765a209
  Author: Andrew Gozillon <Andrew.Gozillon at amd.com>
  Date:   2023-04-27 (Thu, 27 Apr 2023)

  Changed paths:
    M mlir/test/Target/LLVMIR/openmp-llvm.mlir

  Log Message:
  -----------
  [MLIR][OpenMP][test] Update omp::FlagsAttr tests to only use CHECK tests

The CHECK-NOT tests were incorrect and impacting the other
tests flag tests negatively, they'd pass as false positives.


Compare: https://github.com/llvm/llvm-project/compare/843450b9a67c...6d0ca5ae4c5a


More information about the All-commits mailing list