[all-commits] [llvm/llvm-project] 711809: [flang][openacc/mp][NFC] Fix order of template arg...
Valentin Clement (バレンタイン クレメン) via All-commits
all-commits at lists.llvm.org
Thu Dec 14 21:13:52 PST 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 711809f37a4b8634f8cc46fa2b3c49e5400ff9b1
https://github.com/llvm/llvm-project/commit/711809f37a4b8634f8cc46fa2b3c49e5400ff9b1
Author: Valentin Clement (バレンタイン クレメン) <clementval at gmail.com>
Date: 2023-12-14 (Thu, 14 Dec 2023)
Changed paths:
M flang/lib/Lower/DirectivesCommon.h
M flang/lib/Lower/OpenACC.cpp
M flang/lib/Lower/OpenMP.cpp
Log Message:
-----------
[flang][openacc/mp][NFC] Fix order of template arguments (#75538)
Some template parameters for the bounds ops generation have been
inverted. It should be consistent to be `BoundsOp, BoundsType`.
More information about the All-commits
mailing list