Unverified Commit 7006b90a authored by Mats Petersson's avatar Mats Petersson Committed by GitHub
Browse files

[flang][NFCI]Use config structure for MLIR to LLVM pass creation (#67792)

The CreateMLIRToLLVMPassPipeline function has quite a few arguments, all
of which has default values. Create a struct, with a constructor for the
default values, and pass that struct instead.

Re-arrange a few include files to make everything available.

No functional change intended.
parent bc30b415
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment