[all-commits] [llvm/llvm-project] 6a2173: [flang][OpenMP][NFC] Reduce FunctionFiltering pass...
Tom Eccles via All-commits
all-commits at lists.llvm.org
Mon Jun 3 02:16:33 PDT 2024
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 6a217307641972e27f9eee1adb80e649e10f229f
https://github.com/llvm/llvm-project/commit/6a217307641972e27f9eee1adb80e649e10f229f
Author: Tom Eccles <tom.eccles at arm.com>
Date: 2024-06-03 (Mon, 03 Jun 2024)
Changed paths:
M flang/include/flang/Optimizer/Transforms/Passes.h
M flang/include/flang/Optimizer/Transforms/Passes.td
M flang/include/flang/Tools/CLOptions.inc
M flang/lib/Optimizer/Transforms/OMPFunctionFiltering.cpp
Log Message:
-----------
[flang][OpenMP][NFC] Reduce FunctionFiltering pass boilerplate (#93951)
The pass constructor can be generated automatically.
This pass doesn't need to be adapted to support other top level
operations because it is specifically supposed to filter functions. We
don't need to filter non-function top level operations because without
use inside of functions they shouldn't lead to any codegen.
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