This is an archive of the discontinued LLVM Phabricator instance.

AMDGPU: Constant fold rcp node
ClosedPublic

Authored by arsenm on Feb 10 2017, 2:09 PM.

Details

Reviewers
kzhuravl
Summary

When doing arcp optimization with a constant denominator,
this was leaving behind rcps with constant inputs.

Diff Detail

Event Timeline

arsenm created this revision.Feb 10 2017, 2:09 PM
kzhuravl accepted this revision.Mar 6 2017, 11:57 AM

LGTM.

This revision is now accepted and ready to land.Mar 6 2017, 11:57 AM
arsenm closed this revision.Mar 7 2017, 5:00 PM

r297248