[all-commits] [llvm/llvm-project] bca003: [mlir] Fix wrong variable name in Linalg OpDSL
ftynse via All-commits
all-commits at lists.llvm.org
Wed Nov 17 13:55:50 PST 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: bca003dea8df9d87ce3cf17defb4e89b3166462d
https://github.com/llvm/llvm-project/commit/bca003dea8df9d87ce3cf17defb4e89b3166462d
Author: Alex Zinenko <zinenko at google.com>
Date: 2021-11-17 (Wed, 17 Nov 2021)
Changed paths:
M mlir/python/mlir/dialects/linalg/opdsl/lang/dsl.py
M mlir/test/python/dialects/linalg/opdsl/emit_structured_generic.py
Log Message:
-----------
[mlir] Fix wrong variable name in Linalg OpDSL
The name seems to have been left over from a renaming effort on an unexercised
codepaths that are difficult to catch in Python. Fix it and add a test that
exercises the codepath.
Reviewed By: gysit
Differential Revision: https://reviews.llvm.org/D114004
More information about the All-commits
mailing list