This is an archive of the discontinued LLVM Phabricator instance.

[mlir][Linalg] Drop spurious usage of OperationFolder
ClosedPublic

Authored by nicolasvasilache on May 20 2021, 2:17 AM.

Details

Summary

Instead, use createOrFold builders which result in more static information available.

Diff Detail

Event Timeline

nicolasvasilache requested review of this revision.May 20 2021, 2:17 AM
ftynse accepted this revision.May 20 2021, 2:19 AM
This revision is now accepted and ready to land.May 20 2021, 2:19 AM
This revision was landed with ongoing or failed builds.May 20 2021, 2:21 AM
This revision was automatically updated to reflect the committed changes.
frgossen added inline comments.
mlir/include/mlir/Dialect/Linalg/EDSC/FoldedIntrinsics.h
19–21

Should these be left over?