[all-commits] [llvm/llvm-project] 9ffaba: [mlir] Fix the example for std.rank
Stephan Herhut via All-commits
all-commits at lists.llvm.org
Thu May 14 01:46:15 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 9ffaba86e5b33b9f7e919bc5da8a36390bb816ee
https://github.com/llvm/llvm-project/commit/9ffaba86e5b33b9f7e919bc5da8a36390bb816ee
Author: Stephan Herhut <herhut at google.com>
Date: 2020-05-14 (Thu, 14 May 2020)
Changed paths:
M mlir/include/mlir/Dialect/StandardOps/IR/Ops.td
Log Message:
-----------
[mlir] Fix the example for std.rank
Summary:
The assembly format for std.rank expects the operand type and not the
result type after the colon.
Differential Revision: https://reviews.llvm.org/D79857
More information about the All-commits
mailing list