[all-commits] [llvm/llvm-project] e00853: [MLIR][Transform] apply_registered_pass: support L...
Rolf Morel via All-commits
all-commits at lists.llvm.org
Mon Jun 16 04:41:13 PDT 2025
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: e00853859e89114d8db24aa0b863b618175f79c7
https://github.com/llvm/llvm-project/commit/e00853859e89114d8db24aa0b863b618175f79c7
Author: Rolf Morel <rolf.morel at intel.com>
Date: 2025-06-16 (Mon, 16 Jun 2025)
Changed paths:
M mlir/include/mlir/Dialect/Transform/IR/TransformOps.td
M mlir/lib/Dialect/Transform/IR/TransformOps.cpp
M mlir/python/mlir/dialects/transform/__init__.py
M mlir/test/Dialect/Transform/test-pass-application.mlir
M mlir/test/python/dialects/transform.py
Log Message:
-----------
[MLIR][Transform] apply_registered_pass: support ListOptions (#144026)
Interpret an option value with multiple values, either in the form of an
`ArrayAttr` (either static or passed through a param) or as the multiple
attrs associated to a param, as a comma-separated list, i.e. as a
ListOption on a pass.
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