Files
clang-p2996/flang/lib/Optimizer/CodeGen/BoxedProcedure.cpp
Tom Eccles c0e6dd1e7c [flang][CodeGen][NFC] Reduce BoxedProcedurePass boilerplate (#94200)
The pass constructor can be generated automatically by tablegen.

The pass is module-level and iterates over every operation within the
module so it should not need any changes to support alternative top
level operations.
2024-06-04 10:16:44 +01:00

17 KiB