This is an archive of the discontinued LLVM Phabricator instance.

DAG: Change behavior of fminnum/fmaxnum nodes
ClosedPublic

Authored by arsenm on Sep 6 2018, 10:03 AM.

Details

Summary

Introduce new versions that follow the IEEE semantics
to help with legalization. Start quieting the inputs
on AMDGPU as necessary

Diff Detail

Event Timeline

arsenm created this revision.Sep 6 2018, 10:03 AM
kpn added a subscriber: kpn.Sep 6 2018, 10:17 AM
rampitec added inline comments.Sep 6 2018, 12:25 PM
lib/Target/AMDGPU/SIInstructions.td
1654

There is a lot of commented code in the patch in different places.

arsenm updated this revision to Diff 164795.Sep 10 2018, 8:57 PM

Remove commented out code

This revision is now accepted and ready to land.Sep 11 2018, 12:47 PM
arsenm closed this revision.Oct 22 2018, 9:29 AM

r344914