[all-commits] [llvm/llvm-project] 662133: [flang][OpenMP][OpenACC] remove libEvaluate depend...
jeanPerier via All-commits
all-commits at lists.llvm.org
Tue Jan 21 11:33:09 PST 2025
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 662133a278f4f3553f061f7999759bae4e842820
https://github.com/llvm/llvm-project/commit/662133a278f4f3553f061f7999759bae4e842820
Author: jeanPerier <jperier at nvidia.com>
Date: 2025-01-21 (Tue, 21 Jan 2025)
Changed paths:
M flang/include/flang/Lower/DirectivesCommon.h
A flang/include/flang/Optimizer/Builder/DirectivesCommon.h
M flang/lib/Lower/OpenACC.cpp
M flang/lib/Lower/OpenMP/ClauseProcessor.cpp
M flang/lib/Lower/OpenMP/OpenMP.cpp
M flang/lib/Lower/OpenMP/Utils.cpp
M flang/lib/Optimizer/OpenACC/FIROpenACCTypeInterfaces.cpp
M flang/lib/Optimizer/OpenMP/CMakeLists.txt
M flang/lib/Optimizer/OpenMP/MapInfoFinalization.cpp
Log Message:
-----------
[flang][OpenMP][OpenACC] remove libEvaluate dependency in passes (#123784)
Move OpenACC/OpenMP helpers from Lower/DirectivesCommon.h that are also
used in OpenACC and OpenMP mlir passes into a new
Optimizer/Builder/DirectivesCommon.h so that parser and evaluate headers
are not included in Optimizer libraries (this both introduce
compile-time and link-time pointless overheads).
This should fix https://github.com/llvm/llvm-project/issues/123377
To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications
More information about the All-commits
mailing list