[all-commits] [llvm/llvm-project] 811001: [mlir][Pass] Remove the verifierPass now that veri...

River Riddle via All-commits all-commits at lists.llvm.org
Thu Nov 12 23:49:22 PST 2020


  Branch: refs/heads/master
  Home:   https://github.com/llvm/llvm-project
  Commit: 811001380fb0995ab4680a2f9af1a451612253f4
      https://github.com/llvm/llvm-project/commit/811001380fb0995ab4680a2f9af1a451612253f4
  Author: River Riddle <riddleriver at gmail.com>
  Date:   2020-11-12 (Thu, 12 Nov 2020)

  Changed paths:
    M mlir/include/mlir/Pass/Pass.h
    M mlir/include/mlir/Pass/PassManager.h
    M mlir/lib/Pass/IRPrinting.cpp
    M mlir/lib/Pass/Pass.cpp
    M mlir/lib/Pass/PassDetail.h

  Log Message:
  -----------
  [mlir][Pass] Remove the verifierPass now that verification is run during normal pass execution

A recent refactoring removed the need to interleave verifier passes and instead opted to verify during the normal execution of passes instead. As such, the old verify pass is no longer necessary and can be removed.

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




More information about the All-commits mailing list