[all-commits] [llvm/llvm-project] aaad46: [OpenMP] Run the OpenMPOpt module pass at O1

Joseph Huber via All-commits all-commits at lists.llvm.org
Mon Jun 28 15:48:03 PDT 2021


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: aaad46e6f5f7a16bc6be278d92671f8334156d3a
      https://github.com/llvm/llvm-project/commit/aaad46e6f5f7a16bc6be278d92671f8334156d3a
  Author: Joseph Huber <jhuber6 at vols.utk.edu>
  Date:   2021-06-28 (Mon, 28 Jun 2021)

  Changed paths:
    M llvm/lib/Passes/PassBuilder.cpp
    M llvm/test/Other/new-pm-defaults.ll
    M llvm/test/Other/new-pm-thinlto-defaults.ll
    M llvm/test/Other/new-pm-thinlto-postlink-pgo-defaults.ll
    M llvm/test/Other/new-pm-thinlto-postlink-samplepgo-defaults.ll
    M llvm/test/Other/new-pm-thinlto-prelink-pgo-defaults.ll
    M llvm/test/Other/new-pm-thinlto-prelink-samplepgo-defaults.ll

  Log Message:
  -----------
  [OpenMP] Run the OpenMPOpt module pass at O1

Now that the OpenMPOpt module pass include important optimizations for removing
globalization from offloading regions it should be run at a lower optimization
level.

Reviewed By: jdoerfert

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




More information about the All-commits mailing list