[PATCH] D139899: [opt] Do not add verify pass at beginning of pipeline

Arthur Eubanks via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Dec 12 17:22:25 PST 2022


aeubanks created this revision.
Herald added a project: All.
aeubanks requested review of this revision.
Herald added a project: LLVM.
Herald added a subscriber: llvm-commits.

We've already verified the input module manually in opt so this is redundant.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D139899

Files:
  llvm/test/Other/ChangePrinters/print-changed-diff.ll
  llvm/test/Other/change-printer.ll
  llvm/test/Other/new-pass-manager-verify-each.ll
  llvm/test/Other/new-pass-manager.ll
  llvm/test/Other/opt-bisect-new-pass-manager.ll
  llvm/test/Other/printer.ll
  llvm/tools/opt/NewPMDriver.cpp
  llvm/tools/opt/NewPMDriver.h
  llvm/tools/opt/opt.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D139899.482321.patch
Type: text/x-patch
Size: 6893 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20221213/c12e7e10/attachment.bin>


More information about the llvm-commits mailing list