This is an archive of the discontinued LLVM Phabricator instance.

Fixing vector add pattern that incorrectly returns success.
ClosedPublic

Authored by benvanik on Sep 14 2021, 3:42 PM.

Details

Summary

The pattern is returning success even if it does no work leading to pattern application running up to the max iteration count and failing.

Diff Detail

Event Timeline

benvanik created this revision.Sep 14 2021, 3:42 PM
benvanik requested review of this revision.Sep 14 2021, 3:42 PM
mravishankar accepted this revision.Sep 14 2021, 10:36 PM
This revision is now accepted and ready to land.Sep 14 2021, 10:36 PM