[all-commits] [llvm/llvm-project] ec1fcb: [Flang][bbc] Prevent bbc -emit-fir command invokin...

agozillon via All-commits all-commits at lists.llvm.org
Thu Feb 8 05:03:51 PST 2024


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: ec1fcb381d884ca53e2e0dd4075f946c8f002de2
      https://github.com/llvm/llvm-project/commit/ec1fcb381d884ca53e2e0dd4075f946c8f002de2
  Author: agozillon <Andrew.Gozillon at amd.com>
  Date:   2024-02-08 (Thu, 08 Feb 2024)

  Changed paths:
    M flang/tools/bbc/bbc.cpp

  Log Message:
  -----------
  [Flang][bbc] Prevent bbc -emit-fir command invoking OpenMP passes twice (#80927)

Currently when the bbc tool is invoked with the emit-fir command the pass pipeline will be invoked twice for verification causing the previously added OpenMP pass pipeline to be invoked multiple times.

This change seeks to prevent that from occurring by using a seperate pass manager and run command immediately when it is necessary for the OpenMP passes to be executed.




More information about the All-commits mailing list