This is an archive of the discontinued LLVM Phabricator instance.

[mlir][Linalg] NFC: Rename FusionOfTensors pass to FusionOfElementwiseOps pass.
ClosedPublic

Authored by mravishankar on Jul 16 2021, 12:55 AM.

Details

Summary

This makes it more explicit what the scope of this pass is. The name
of this pass predates fusion on tensors using tile + fuse, and hence
the confusion.

Diff Detail