This is an archive of the discontinued LLVM Phabricator instance.

[mlir] Delete dup code and use unified methods.
ClosedPublic

Authored by hanchung on Oct 20 2022, 2:15 PM.

Details

Summary

The foldMemRefCast method is defined in memref namespace; the
foldTensorCast method is defined in tensor namespace. This revision
deletes the dup code and use the unified methods.

Diff Detail

Event Timeline

hanchung created this revision.Oct 20 2022, 2:15 PM
hanchung requested review of this revision.Oct 20 2022, 2:15 PM
hanchung retitled this revision from [mlir] Deprecate dup code and use unified methods. to [mlir] Delete dup code and use unified methods..Oct 20 2022, 2:20 PM
dcaballe accepted this revision.Oct 21 2022, 2:29 PM

Thanks!

This revision is now accepted and ready to land.Oct 21 2022, 2:29 PM
This revision was landed with ongoing or failed builds.Oct 21 2022, 4:52 PM
This revision was automatically updated to reflect the committed changes.