This is an archive of the discontinued LLVM Phabricator instance.

[mlir] Math: add algebraic simplification patterns to math transforms
ClosedPublic

Authored by ezhulenev on Jul 26 2021, 1:15 PM.

Diff Detail

Event Timeline

ezhulenev created this revision.Jul 26 2021, 1:15 PM
ezhulenev requested review of this revision.Jul 26 2021, 1:15 PM
bkramer accepted this revision.Jul 27 2021, 4:47 AM
bkramer added inline comments.
mlir/lib/Dialect/Math/Transforms/AlgebraicSimplification.cpp
25–31

I guess you could use getElementTypeOrSelf instead

This revision is now accepted and ready to land.Jul 27 2021, 4:47 AM
ezhulenev updated this revision to Diff 362062.Jul 27 2021, 9:17 AM
ezhulenev marked an inline comment as done.

Use getElementTypeOrSelf to resolve type

This revision was landed with ongoing or failed builds.Jul 27 2021, 9:22 AM
This revision was automatically updated to reflect the committed changes.