This is an archive of the discontinued LLVM Phabricator instance.

AMDGPU: Remove redundant patterns for sub
ClosedPublic

Authored by arsenm on May 2 2019, 3:53 AM.

Details

Reviewers
rampitec
Summary

There were 2 patterns for sub, one selecting to sub and one to
subrev. Only one of these will succeed, so remove the reversed one.

Diff Detail

Event Timeline

arsenm created this revision.May 2 2019, 3:53 AM
This revision is now accepted and ready to land.May 2 2019, 11:50 AM
arsenm closed this revision.May 3 2019, 8:06 AM

r359894