[all-commits] [llvm/llvm-project] c8fad4: [flang][OpenMP][NFC] Reduce OMPMarkDeclareTarget b...
Tom Eccles via All-commits
all-commits at lists.llvm.org
Fri May 31 03:14:16 PDT 2024
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: c8fad4fb88b3c9cd7c4d0cf872273b44a879526f
https://github.com/llvm/llvm-project/commit/c8fad4fb88b3c9cd7c4d0cf872273b44a879526f
Author: Tom Eccles <tom.eccles at arm.com>
Date: 2024-05-31 (Fri, 31 May 2024)
Changed paths:
M flang/include/flang/Optimizer/Transforms/Passes.h
M flang/include/flang/Optimizer/Transforms/Passes.td
M flang/lib/Optimizer/Transforms/OMPMarkDeclareTarget.cpp
Log Message:
-----------
[flang][OpenMP][NFC] Reduce OMPMarkDeclareTarget boilerplate (#93797)
The pass constructor can be generated automatically by tablegen.
This pass does not need adapting to work with non-function top level
operations because it operates specifically on call operations inside of
an OpenMP declare target function.
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