Allow the names argument in MatchOp.match_op_names to be of type
str in addition to Sequence[str]. In this case, the argument is
treated as a list with one name, i.e., it is possible to write
MatchOp.match_op_names(..., "test.dummy") instead of
MatchOp.match_op_names(..., ["test.dummy"]).
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo