[all-commits] [llvm/llvm-project] ed8bd7: [MLIR] Allow comparison of opaque properties (#66378)
Dudeldu via All-commits
all-commits at lists.llvm.org
Sun Sep 17 23:46:44 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: ed8bd7176d0507f4d2f711df8eb48bb253fcb667
https://github.com/llvm/llvm-project/commit/ed8bd7176d0507f4d2f711df8eb48bb253fcb667
Author: Dudeldu <mustermann.informatik at gmail.com>
Date: 2023-09-17 (Sun, 17 Sep 2023)
Changed paths:
M mlir/include/mlir/IR/ExtensibleDialect.h
M mlir/include/mlir/IR/OperationSupport.h
M mlir/lib/IR/MLIRContext.cpp
M mlir/lib/IR/OperationSupport.cpp
M mlir/unittests/IR/OpPropertiesTest.cpp
Log Message:
-----------
[MLIR] Allow comparison of opaque properties (#66378)
Add capabilities for comparing opaque properties. This is useful when
dealing with arbitrary operations which can be compare based on their
OperationName. Now you can furthermore compare their properties without
the need to determine their actual type.
More information about the All-commits
mailing list