[llvm-branch-commits] [flang] [flang] Lower REDUCE intrinsic with DIM argument (PR #94771)
via llvm-branch-commits
llvm-branch-commits at lists.llvm.org
Fri Jun 7 14:44:38 PDT 2024
Valentin Clement =?utf-8?b?KOODkOODrOODsw=?=,Valentin Clement
<clementval at gmail.com>
Message-ID:
In-Reply-To: <llvm.org/llvm/llvm-project/pull/94771 at github.com>
jeanPerier wrote:
Beware that the windows failure seems related to this change or the previous one:
```
C:\ws\src\flang\lib\Optimizer\Builder\Runtime\Reduction.cpp(1499): error C2065: '_FortranAReduceReal10': undeclared identifier
```
I think you need "Forced" definition for the REAL*10 too.
https://github.com/llvm/llvm-project/pull/94771
More information about the llvm-branch-commits
mailing list