[all-commits] [llvm/llvm-project] 4eeee4: [MLIR][Transform] Allow ApplyRegisteredPassOp to t...

Rolf Morel via All-commits all-commits at lists.llvm.org
Fri Jun 6 03:20:01 PDT 2025


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 4eeee41f52d08dc544812a2c3a37e0adf686251a
      https://github.com/llvm/llvm-project/commit/4eeee41f52d08dc544812a2c3a37e0adf686251a
  Author: Rolf Morel <854835+rolfmorel at users.noreply.github.com>
  Date:   2025-06-06 (Fri, 06 Jun 2025)

  Changed paths:
    M mlir/include/mlir/Dialect/Transform/IR/TransformOps.td
    M mlir/lib/Dialect/Transform/IR/TransformOps.cpp
    M mlir/test/Dialect/Transform/test-pass-application.mlir

  Log Message:
  -----------
  [MLIR][Transform] Allow ApplyRegisteredPassOp to take options as a param (#142683)

Makes it possible to pass around the options to a pass inside a schedule.

The refactoring also makes it so that the pass manager and pass are only
constructed once per `apply()` of the transform op versus for each target
payload given to the op's `apply()`.



To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications


More information about the All-commits mailing list