Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
mlir/tools/mlir-tblgen/OpDefinitionsGen.cpp | ||
---|---|---|
3519–3521 | We generally have the user define the == instead of the !=, it'd be nice to keep that consistent. |
Paths
| Differential D150596
Add an operator == and != to properties, use it in DuplicateFunctionElimination ClosedPublic Authored by mehdi_amini on May 15 2023, 11:09 AM.
Details
Diff Detail
Event Timeline
This revision is now accepted and ready to land.May 15 2023, 11:36 AM This revision was landed with ongoing or failed builds.May 15 2023, 12:10 PM Closed by commit rG27b739228b42: Add an operator == and != to properties, use it in DuplicateFunctionElimination (authored by mehdi_amini). · Explain Why This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 522291 mlir/lib/Dialect/Func/Transforms/DuplicateFunctionElimination.cpp
mlir/lib/Dialect/SPIRV/IR/SPIRVCanonicalization.cpp
mlir/test/lib/Dialect/Test/TestDialect.h
mlir/tools/mlir-tblgen/OpDefinitionsGen.cpp
|
We generally have the user define the == instead of the !=, it'd be nice to keep that consistent.