[all-commits] [llvm/llvm-project] ebdf00: [mlir] Allow accessing TypeID of attrs/types defs
Fehr Mathieu via All-commits
all-commits at lists.llvm.org
Mon Sep 26 10:09:13 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: ebdf00bc1982d38a1f175c41c138254454b802cc
https://github.com/llvm/llvm-project/commit/ebdf00bc1982d38a1f175c41c138254454b802cc
Author: Mathieu Fehr <mathieu.fehr at gmail.com>
Date: 2022-09-26 (Mon, 26 Sep 2022)
Changed paths:
M mlir/include/mlir/IR/ExtensibleDialect.h
Log Message:
-----------
[mlir] Allow accessing TypeID of attrs/types defs
SelfOwningTypeID was inherited privately, so it was not possible to access
the TypeID of an attribute or a type definition.
Reviewed By: Mogball
Differential Revision: https://reviews.llvm.org/D134593
More information about the All-commits
mailing list