[all-commits] [llvm/llvm-project] 83f3c6: Add missing storageType to AttrDef to ODS
Mehdi Amini via All-commits
all-commits at lists.llvm.org
Thu Sep 23 18:30:49 PDT 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 83f3c615dde3fce5c0560c19316b08c1e6aa8c27
https://github.com/llvm/llvm-project/commit/83f3c615dde3fce5c0560c19316b08c1e6aa8c27
Author: Mehdi Amini <joker.eph at gmail.com>
Date: 2021-09-24 (Fri, 24 Sep 2021)
Changed paths:
M mlir/include/mlir/IR/OpBase.td
M mlir/test/mlir-tblgen/op-attribute.td
Log Message:
-----------
Add missing storageType to AttrDef to ODS
This is only noticeable when using an attribute across dialects I think.
Previously the namespace would be ommited, but it wouldn't matter as
long as the generated code stays within a single namespace.
Differential Revision: https://reviews.llvm.org/D110367
More information about the All-commits
mailing list