[all-commits] [llvm/llvm-project] c80198: Reland "Load pass plugins during option processing...

Wael Yehia via All-commits all-commits at lists.llvm.org
Thu Mar 17 20:28:15 PDT 2022


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: c80198b3d39dc8547ac9a16f3a7221e1c64b9741
      https://github.com/llvm/llvm-project/commit/c80198b3d39dc8547ac9a16f3a7221e1c64b9741
  Author: Wael Yehia <wyehia at ca.ibm.com>
  Date:   2022-03-18 (Fri, 18 Mar 2022)

  Changed paths:
    M llvm/test/Feature/load_extension.ll
    M llvm/tools/opt/NewPMDriver.cpp
    M llvm/tools/opt/NewPMDriver.h
    M llvm/tools/opt/opt.cpp
    M polly/test/CodeGen/multiple-codegens.ll
    M polly/test/DeLICM/map_memset_zero.ll
    M polly/test/DeLICM/pass_existence.ll
    M polly/test/DeadCodeElimination/computeout.ll
    M polly/test/DeadCodeElimination/dead_iteration_elimination.ll
    M polly/test/ForwardOpTree/forward_load.ll
    M polly/test/PruneUnprofitable/prune_only_scalardeps.ll
    M polly/test/ScheduleOptimizer/computeout.ll
    M polly/test/ScheduleOptimizer/focaltech_test_detail_threshold-7bc17e.ll
    M polly/test/Simplify/dead_access_load.ll
    M polly/test/Simplify/dead_access_phi.ll
    M polly/test/Simplify/dead_access_value.ll
    M polly/test/Simplify/dead_instruction.ll
    M polly/test/Simplify/notdead_region_exitphi.ll
    M polly/test/Simplify/notdead_region_innerphi.ll
    M polly/test/Simplify/notredundant_region_middle.ll
    M polly/test/Simplify/notredundant_synthesizable_unknownit.ll
    M polly/test/Simplify/overwritten.ll
    M polly/test/Simplify/overwritten_3store.ll
    M polly/test/Simplify/overwritten_loadbetween.ll
    M polly/test/Simplify/pass_existence.ll
    M polly/test/Simplify/phi_in_regionstmt.ll
    M polly/test/Simplify/redundant.ll
    M polly/test/Simplify/redundant_differentindex.ll
    M polly/test/Simplify/redundant_storebetween.ll
    M polly/test/Support/Plugins.ll
    M polly/test/Support/defaultpipelines.ll
    M polly/test/Support/pipelineposition.ll
    M polly/test/lit.site.cfg.in

  Log Message:
  -----------
  Reland "Load pass plugins during option processing, so that plugin options are registered and live."

Fix Polly failures.

Reviewed By: mehdi_amini, Meinersbur

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




More information about the All-commits mailing list