[PATCH] D121566: Load pass plugins during option processing, so that plugin options are registered and live.

wael yehia via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Mar 17 08:20:25 PDT 2022


w2yehia updated this revision to Diff 416182.
w2yehia added a comment.
Herald added a reviewer: bollu.
Herald added subscribers: asbirlea, arphaman.

Fixed failing polly tests by adding a NPM macro `%loadNPMPolly`.
@Meinersbur Thanks for the review.


CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D121566/new/

https://reviews.llvm.org/D121566

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

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D121566.416182.patch
Type: text/x-patch
Size: 32912 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20220317/ca9fc47b/attachment.bin>


More information about the llvm-commits mailing list