Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
mlir/lib/Dialect/Math/Transforms/AlgebraicSimplification.cpp | ||
---|---|---|
25–31 | I guess you could use getElementTypeOrSelf instead |
Paths
| Differential D106822
[mlir] Math: add algebraic simplification patterns to math transforms ClosedPublic Authored by ezhulenev on Jul 26 2021, 1:15 PM.
Details
Diff Detail
Event TimelineHerald added subscribers: dcaballe, cota, teijeong and 17 others. · View Herald TranscriptJul 26 2021, 1:15 PM This revision is now accepted and ready to land.Jul 27 2021, 4:47 AM This revision was landed with ongoing or failed builds.Jul 27 2021, 9:22 AM Closed by commit rGd94426d22a25: [mlir] Math: add algebraic simplification patterns to math transforms (authored by ezhulenev). · Explain Why This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 362064 mlir/include/mlir/Dialect/Math/Transforms/Passes.h
mlir/lib/Dialect/Math/Transforms/AlgebraicSimplification.cpp
mlir/lib/Dialect/Math/Transforms/CMakeLists.txt
mlir/test/Dialect/Math/algebraic-simplification.mlir
mlir/test/lib/Dialect/Math/CMakeLists.txt
mlir/test/lib/Dialect/Math/TestAlgebraicSimplification.cpp
mlir/tools/mlir-opt/mlir-opt.cpp
|
I guess you could use getElementTypeOrSelf instead