[all-commits] [llvm/llvm-project] 6e13e3: [Flang][Driver] Enable Rpass and other R family op...

victorkingi via All-commits all-commits at lists.llvm.org
Thu Aug 10 04:38:11 PDT 2023


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

  Changed paths:
    M clang/include/clang/Driver/Options.td
    M clang/lib/Driver/ToolChains/Flang.cpp
    M flang/test/Driver/driver-help-hidden.f90
    M flang/test/Driver/driver-help.f90
    M flang/test/Driver/frontend-forwarding.f90

  Log Message:
  -----------
  [Flang][Driver] Enable Rpass and other R family options.

This patch allows propagation of the R family of options to the backend where a separate patch will implement the optimization
remark printing.

This patch was created to address the comment about splitting into smaller patches in https://reviews.llvm.org/D156320.

Reviewed By: awarzynski, tblah, kiranchandramohan

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




More information about the All-commits mailing list