[all-commits] [llvm/llvm-project] 26b2b5: [flang][openacc] Relax type check for private reci...
Valentin Clement (バレンタイン クレメン) via All-commits
all-commits at lists.llvm.org
Wed Oct 11 09:08:19 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 26b2b5a5eafe9a69846d5e681122f53e12e47987
https://github.com/llvm/llvm-project/commit/26b2b5a5eafe9a69846d5e681122f53e12e47987
Author: Valentin Clement (バレンタイン クレメン) <clementval at gmail.com>
Date: 2023-10-11 (Wed, 11 Oct 2023)
Changed paths:
M flang/test/Lower/OpenACC/acc-private.f90
M mlir/lib/Dialect/OpenACC/IR/OpenACC.cpp
Log Message:
-----------
[flang][openacc] Relax type check for private recipe on acc.serial (#68814)
The check was already relax on `acc.parallel` but not on `acc.serial`.
This patch makes is consistent.
More information about the All-commits
mailing list