This is an archive of the discontinued LLVM Phabricator instance.

AMDGPU: Use default operands for clamp/omod
ClosedPublic

Authored by arsenm on Oct 21 2019, 3:56 PM.

Details

Summary

We have a lot of complex pattern variants that just set the source
modifiers that are really handled, and then set the output modifiers
to 0. We're unlikely to ever match output modifiers from the use
instruction side, and we already match clamp/omod in a separate pass.

Diff Detail