diff options
author | Kareem Ergawy <kareem.ergawy@amd.com> | 2024-06-24 11:25:31 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-06-24 11:25:31 +0200 |
commit | b0bc2f691254adae7042052b8aff6aa728fd6a2d (patch) | |
tree | 2c9153893fd38f037956068286608c30926af0d1 /clang/lib/Basic/SourceManager.cpp | |
parent | 137a7451f458cf7d8e1d88df93dbd8da6888886d (diff) | |
download | llvm-b0bc2f691254adae7042052b8aff6aa728fd6a2d.zip llvm-b0bc2f691254adae7042052b8aff6aa728fd6a2d.tar.gz llvm-b0bc2f691254adae7042052b8aff6aa728fd6a2d.tar.bz2 |
[OpenMP][LLVM] Fix access to reduction args of `omp.parallel`. (#96426)
Fix for Fujitsu test suite test: 0275_0032.f90. The MLIR to LLVM
translation logic assumed that reduction arguments to an `omp.parallel`
op are always the last set of arguments to the op. However, this is a
wrong assumption since private args come afterward.
Diffstat (limited to 'clang/lib/Basic/SourceManager.cpp')
0 files changed, 0 insertions, 0 deletions