[all-commits] [llvm/llvm-project] de3278: [flang][HLFIR][NFC] Reduce HLFIR to FIR conversion...
Tom Eccles via All-commits
all-commits at lists.llvm.org
Tue May 28 06:16:30 PDT 2024
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: de327865c0e255bc799458ce34bc913f598b4261
https://github.com/llvm/llvm-project/commit/de327865c0e255bc799458ce34bc913f598b4261
Author: Tom Eccles <tom.eccles at arm.com>
Date: 2024-05-28 (Tue, 28 May 2024)
Changed paths:
M flang/include/flang/Optimizer/HLFIR/Passes.h
M flang/include/flang/Optimizer/HLFIR/Passes.td
M flang/include/flang/Tools/CLOptions.inc
M flang/lib/Optimizer/HLFIR/Transforms/ConvertToFIR.cpp
Log Message:
-----------
[flang][HLFIR][NFC] Reduce HLFIR to FIR conversion boilerplate (#93539)
The pass constructor can be generated automatically.
This pass is module-level and then runs on all relevant intrinsic
operations inside of the module, no matter what top level operation they
are inside of.
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