Unverified Commit fb4bdf36 authored by Sergio Afonso's avatar Sergio Afonso
Browse files

[Flang][OpenMP] Run Flang-specific OpenMP MLIR passes in bbc

This patch moves the group of OpenMP MLIR passes using after lowering of
Fortran to MLIR into a pipeline to be shared by `flang-new` and `bbc`.
Currently, the `bbc` tool does not produce the expected FIR for offloading-
enabled OpenMP codes due to not running these passes.

Unit tests exercising these passes are updated to check `bbc` output as well.
parent bf7c490a
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