[all-commits] [llvm/llvm-project] 87da4b: [mlir][Pass] Check supported op types before runni...

Matthias Springer via All-commits all-commits at lists.llvm.org
Tue Jun 20 05:46:12 PDT 2023


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 87da4b6fa6ead0a0bb823536625c596c75516f2c
      https://github.com/llvm/llvm-project/commit/87da4b6fa6ead0a0bb823536625c596c75516f2c
  Author: Matthias Springer <me at m-sp.org>
  Date:   2023-06-20 (Tue, 20 Jun 2023)

  Changed paths:
    M mlir/lib/Pass/Pass.cpp
    M mlir/test/Dialect/Transform/test-pass-application.mlir
    M mlir/test/Pass/pipeline-invalid.mlir

  Log Message:
  -----------
  [mlir][Pass] Check supported op types before running a pass

Add extra error checking to prevent passes from being run on unsupported ops through the pass manager infrastructure.

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




More information about the All-commits mailing list