[Mlir-commits] [mlir] [MLIR][Transform] apply_registered_pass: support ListOptions (PR #144026)
Adam Siemieniuk
llvmlistbot at llvm.org
Fri Jun 13 01:13:48 PDT 2025
================
@@ -164,6 +164,97 @@ module attributes {transform.with_named_sequence} {
// -----
+// CHECK-LABEL: func private @valid_multiple_params_as_list_option()
+module {
+ func.func @valid_multiple_params_as_list_option() {
----------------
adam-smnk wrote:
nit: I'd add one more function that's not excluded, otherwise it looks like the transform doesn't do anything at all whether it's intentional or by mistake
https://github.com/llvm/llvm-project/pull/144026
More information about the Mlir-commits
mailing list