[all-commits] [llvm/llvm-project] 301f68: [Flang][OpenMP] NFC: Refactor reduction code (#79876)
Kiran Chandramohan via All-commits
all-commits at lists.llvm.org
Fri Feb 9 09:52:43 PST 2024
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 301f6840522e3d924cf00ab6a04f93f1354142f5
https://github.com/llvm/llvm-project/commit/301f6840522e3d924cf00ab6a04f93f1354142f5
Author: Kiran Chandramohan <kiran.chandramohan at arm.com>
Date: 2024-02-09 (Fri, 09 Feb 2024)
Changed paths:
M flang/lib/Lower/OpenMP.cpp
Log Message:
-----------
[Flang][OpenMP] NFC: Refactor reduction code (#79876)
Introduces a new enumeration to list all Fortran reduction identifiers.
Moves the combiner code-generation into a separate function for possible
reuse in array context in future.
More information about the All-commits
mailing list