Files
clang-p2996/mlir/lib/IR/OperationSupport.cpp
Jacques Pienaar ee2deb4cf7 [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.
2023-12-14 16:09:05 -08:00

34 KiB