[all-commits] [llvm/llvm-project] aaf7a0: [flang][openacc] Add error for unsupported min/max...
Valentin Clement (バレンタイン クレメン) via All-commits
all-commits at lists.llvm.org
Wed Jul 12 08:42:34 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: aaf7a0fa2697865718343cda22df27fb803a24d3
https://github.com/llvm/llvm-project/commit/aaf7a0fa2697865718343cda22df27fb803a24d3
Author: Valentin Clement <clementval at gmail.com>
Date: 2023-07-12 (Wed, 12 Jul 2023)
Changed paths:
M flang/lib/Lower/OpenACC.cpp
Log Message:
-----------
[flang][openacc] Add error for unsupported min/max reduction on complex type
reduction operator min and max are not supported with complex type.
Add a proper error so it fails correctly.
Reviewed By: razvanlupusoru
Differential Revision: https://reviews.llvm.org/D155016
More information about the All-commits
mailing list