[all-commits] [llvm/llvm-project] 89ebea: [mlir][OpenMP] Fixed internal compiler error with ...
NimishMishra via All-commits
all-commits at lists.llvm.org
Mon Jul 17 06:29:56 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 89ebea8c1e6ff3dfd37943fdc01df409e9bd1e11
https://github.com/llvm/llvm-project/commit/89ebea8c1e6ff3dfd37943fdc01df409e9bd1e11
Author: Nimish Mishra <neelam.nimish at gmail.com>
Date: 2023-07-17 (Mon, 17 Jul 2023)
Changed paths:
M mlir/lib/Target/LLVMIR/Dialect/OpenMP/OpenMPToLLVMIRTranslation.cpp
M mlir/test/Target/LLVMIR/openmp-llvm-invalid.mlir
Log Message:
-----------
[mlir][OpenMP] Fixed internal compiler error with atomic update operation verification
Fixes https://github.com/llvm/llvm-project/issues/61089 by updating the
verification followed like translation from OpenMP+LLVM MLIR
dialect to LLVM IR.
Reviewed By: kiranchandramohan
Differential Revision: https://reviews.llvm.org/D153217
More information about the All-commits
mailing list