[all-commits] [llvm/llvm-project] 042db5: [mlir] Small touchups to LangRef attribute section
Sean Silva via All-commits
all-commits at lists.llvm.org
Thu Feb 4 13:33:03 PST 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 042db54b269245a9ddc151b2fb54e667349b13d7
https://github.com/llvm/llvm-project/commit/042db54b269245a9ddc151b2fb54e667349b13d7
Author: Sean Silva <silvasean at google.com>
Date: 2021-02-04 (Thu, 04 Feb 2021)
Changed paths:
M mlir/docs/LangRef.md
Log Message:
-----------
[mlir] Small touchups to LangRef attribute section
- attribute-dict production is redundant with dictionary-attribute
- definitions of attribute aliases were part of the same production as
uses of attribute aliases
- `std.dim` now accepts the dimension number as an operand, so the
example is out of date. Use the predicate of std.cmpi as a better
example.
Differential Revision: https://reviews.llvm.org/D96076
More information about the All-commits
mailing list