[PATCH] D59723: [NewPassManager] Adding pass tuning options: loop vectorize.

Alina Sbirlea via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Mar 22 15:29:26 PDT 2019


asbirlea created this revision.
asbirlea added a reviewer: chandlerc.
Herald added subscribers: dang, dexonsmith, steven_wu, jlebar, mehdi_amini, sanjoy.
Herald added a project: LLVM.

Trying to add the plumbing necessary to add tuning options to the new pass manager.
Testing with the flags for loop vectorize.


Repository:
  rL LLVM

https://reviews.llvm.org/D59723

Files:
  include/llvm/Passes/PassBuilder.h
  include/llvm/Transforms/Vectorize/LoopVectorize.h
  lib/LTO/LTOBackend.cpp
  lib/Passes/PassBuilder.cpp
  lib/Passes/PassRegistry.def
  tools/opt/NewPMDriver.cpp
  unittests/IR/PassBuilderCallbacksTest.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D59723.191964.patch
Type: text/x-patch
Size: 5115 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20190322/0a9223fa/attachment.bin>


More information about the llvm-commits mailing list