[PATCH] D95457: [NewPM] Add ExtraVectorizerPasses support

Bjorn Pettersson via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Jan 26 10:04:23 PST 2021


bjope created this revision.
bjope added reviewers: aeubanks, asbirlea, ychen.
Herald added a subscriber: hiraditya.
bjope requested review of this revision.
Herald added a project: LLVM.

As it looks like NewPM generally is using SimpleLoopUnswitch
instead of LoopUnswitch, this patch also use SimpleLoopUnswitch
in the ExtraVectorizerPasses sequence (compared with LegacyPM
which use the LoopUnswitch pass).


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D95457

Files:
  llvm/lib/Passes/PassBuilder.cpp
  llvm/lib/Transforms/IPO/PassManagerBuilder.cpp
  llvm/test/Other/opt-pipeline-vector-passes.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D95457.319333.patch
Type: text/x-patch
Size: 4766 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20210126/71287fd1/attachment.bin>


More information about the llvm-commits mailing list