[all-commits] [llvm/llvm-project] b276bf: [MLIR][NFC] Fix mix up between dialect attribute v...
Uday Bondhugula via All-commits
all-commits at lists.llvm.org
Wed Dec 2 13:05:46 PST 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: b276bf5a572b64a02bd4b067125d4f2c9cf6fb6b
https://github.com/llvm/llvm-project/commit/b276bf5a572b64a02bd4b067125d4f2c9cf6fb6b
Author: Uday Bondhugula <uday at polymagelabs.com>
Date: 2020-12-03 (Thu, 03 Dec 2020)
Changed paths:
M mlir/docs/LangRef.md
M mlir/lib/IR/BuiltinDialect.cpp
M mlir/test/IR/invalid-module-op.mlir
Log Message:
-----------
[MLIR][NFC] Fix mix up between dialect attribute values and names
Clear up documentation on dialect attribute values. Fix/improve
ModuleOp verifier error message on dialect prefixed attribute names.
Additional discussion is here:
https://llvm.discourse.group/t/moduleop-attributes/2325
Differential Revision: https://reviews.llvm.org/D92502
More information about the All-commits
mailing list