Commit ee2deb4c authored by Jacques Pienaar's avatar Jacques Pienaar
Browse files

[mlir] Handle simple commutative cases in CSE.

Tried to keep this simple while handling obvious CSE instances. For more
complicated cases the expectation is still that the sorting pass would
run before. While simple, this case did turn up in a real deployed
instance where it had a large (>10% e2e) impact. This can of course be
refined.
parent 8d5bb54f
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment