[all-commits] [llvm/llvm-project] 01b9d3: [mlir] Use the same name as the generated paramete...
Adrian Kuegel via All-commits
all-commits at lists.llvm.org
Mon Feb 27 05:03:26 PST 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 01b9d355d599a0aa47ee2dd49e1458d03a32a285
https://github.com/llvm/llvm-project/commit/01b9d355d599a0aa47ee2dd49e1458d03a32a285
Author: Adrian Kuegel <akuegel at google.com>
Date: 2023-02-27 (Mon, 27 Feb 2023)
Changed paths:
M mlir/lib/Dialect/Transform/IR/TransformOps.cpp
Log Message:
-----------
[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.
More information about the All-commits
mailing list