This is an archive of the discontinued LLVM Phabricator instance.

AMDGPU: Clean up VOP3NoMods pattern
ClosedPublic

Authored by arsenm on Apr 8 2017, 2:17 PM.

Details

Reviewers
kzhuravl
Summary

There is no need to copy the operands or inspect the sources.
Also remove some unnecessary clamp/omod usage.

Diff Detail

Event Timeline

arsenm created this revision.Apr 8 2017, 2:17 PM
kzhuravl accepted this revision.Apr 25 2017, 1:52 PM

LGTM.

This revision is now accepted and ready to land.Apr 25 2017, 1:52 PM
arsenm closed this revision.Apr 25 2017, 2:30 PM

r301363