[all-commits] [llvm/llvm-project] e87d2d: [Flang][Driver] Add support for backend passes in ...

victorkingi via All-commits all-commits at lists.llvm.org
Thu Aug 31 07:40:48 PDT 2023


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: e87d2d2cc9c4ffd3423a45eec5768989666242bc
      https://github.com/llvm/llvm-project/commit/e87d2d2cc9c4ffd3423a45eec5768989666242bc
  Author: Victor Kingi <victor.kingi at arm.com>
  Date:   2023-08-31 (Thu, 31 Aug 2023)

  Changed paths:
    M flang/lib/Frontend/FrontendActions.cpp
    A flang/test/Driver/optimization-remark-backend.f90

  Log Message:
  -----------
  [Flang][Driver] Add support for backend passes in R_Group

Previously, R_Group options only reported middle-end passes.
This patch allows backend passes to be reported as well.

Depends on D158174. That patch adds backend support to R_Group
options.

Reviewed By: awarzynski

Differential Revision: https://reviews.llvm.org/D159260




More information about the All-commits mailing list