[mlir] Use the same name as the generated parameter name (NFC).
authorAdrian Kuegel <akuegel@google.com>
Mon, 27 Feb 2023 13:01:20 +0000 (14:01 +0100)
committerAdrian Kuegel <akuegel@google.com>
Mon, 27 Feb 2023 13:01:20 +0000 (14:01 +0100)
commit01b9d355d599a0aa47ee2dd49e1458d03a32a285
treeb048ac0e1722485be48b1ab13a8f3b86dce48958
parentf49b6afc231242dfee027d5da69734836097cd43
[mlir] Use the same name as the generated parameter name (NFC).

When commenting for which parameter a value is passed, the same name
should be used as is used for the real parameter. In this case, the
parameter name is generated from the TransformOps.td file.
mlir/lib/Dialect/Transform/IR/TransformOps.cpp