[flang-commits] [flang] [flang][Semantics][OpenMP] set intrinsic attr for reductions (PR #85114)

Kiran Chandramohan via flang-commits flang-commits at lists.llvm.org
Thu Mar 14 07:10:14 PDT 2024


================
@@ -0,0 +1,22 @@
+! RUN: %flang_fc1 -fopenmp -fdebug-dump-symbols -o - %s 2>&1 | FileCheck %s
+! Check intrinsic reduction symbols (in this case "max" are marked as INTTRINSIC
----------------
kiranchandramohan wrote:

```suggestion
! Check intrinsic reduction symbols (in this case "max" are marked as INTRINSIC
```

https://github.com/llvm/llvm-project/pull/85114


More information about the flang-commits mailing list