diff options
author | Tom Eccles <tom.eccles@arm.com> | 2024-06-03 10:16:10 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-06-03 10:16:10 +0100 |
commit | 6a217307641972e27f9eee1adb80e649e10f229f (patch) | |
tree | e8ac59a645149c4b8cd3edfbed845b65038bf5cc /clang/lib/Serialization/ModuleFile.cpp | |
parent | 8918d35dbde126c95350b674a2bb102692d90260 (diff) | |
download | llvm-6a217307641972e27f9eee1adb80e649e10f229f.zip llvm-6a217307641972e27f9eee1adb80e649e10f229f.tar.gz llvm-6a217307641972e27f9eee1adb80e649e10f229f.tar.bz2 |
[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.
Diffstat (limited to 'clang/lib/Serialization/ModuleFile.cpp')
0 files changed, 0 insertions, 0 deletions