[all-commits] [llvm/llvm-project] f6aac0: [flang] Fix DOT_PRODUCT for logical
Peter Klausler via All-commits
all-commits at lists.llvm.org
Fri Oct 22 15:59:15 PDT 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: f6aac0dd4d130a41785fd320fb66377631557f6c
https://github.com/llvm/llvm-project/commit/f6aac0dd4d130a41785fd320fb66377631557f6c
Author: peter klausler <pklausler at nvidia.com>
Date: 2021-10-22 (Fri, 22 Oct 2021)
Changed paths:
M flang/runtime/dot-product.cpp
Log Message:
-----------
[flang] Fix DOT_PRODUCT for logical
A build-time check in a template class instantiation was applying
a test that's meaningful only for numeric types.
Differential Revision: https://reviews.llvm.org/D112345
More information about the All-commits
mailing list