================ @@ -111,9 +111,9 @@ module attributes {transform.with_named_sequence} { transform.named_sequence @__transform_main(%arg1: !transform.any_op) { %1 = transform.structured.match ops{["func.func"]} in %arg1 : (!transform.any_op) -> !transform.any_op - // func-bufferize can be applied only to ModuleOps. + // duplicate-function-elimination can be applied only to ModuleOps. // expected-error @below {{pass pipeline failed}} - transform.apply_registered_pass "func-bufferize" to %1 : (!transform.any_op) -> !transform.any_op + transform.apply_registered_pass "duplicate-function-elimination" to %1 : (!transform.any_op) -> !transform.any_op ---------------- javedabsar1 wrote:
AFAIU here 'func-bufferize' just happened to be used. It is not really playing any specific role. right? https://github.com/llvm/llvm-project/pull/114152 _______________________________________________ llvm-branch-commits mailing list llvm-branch-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits