[Mlir-commits] [mlir] [MLIR][Transform] apply_registered_pass: support ListOptions (PR #144026)
Rolf Morel
llvmlistbot at llvm.org
Fri Jun 13 05:56:35 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() {
----------------
rolfmorel wrote:
Hmm. By the CHECK-LABEL, we have that a `func.func` went from public to private. By the other `CHECK`s we have that the thus named functions were properly excluded from being marked private.
Might you have missed that the "label" function already serves the purpose of showing the pass has an (intended) effect?
https://github.com/llvm/llvm-project/pull/144026
More information about the Mlir-commits
mailing list