This is an archive of the discontinued LLVM Phabricator instance.

AMDGPU: Remove dead pattern
ClosedPublic

Authored by arsenm on Jan 13 2017, 2:10 PM.

Details

Summary

This is the unsafe conversion pattern, but not guarded by
an unsafe math check. It is also already done in LegalizeDAG.

Diff Detail

Event Timeline

arsenm updated this revision to Diff 84378.Jan 13 2017, 2:10 PM
arsenm retitled this revision from to AMDGPU: Remove dead pattern.
arsenm updated this object.
arsenm added a subscriber: llvm-commits.
kzhuravl accepted this revision.Jan 13 2017, 2:36 PM
kzhuravl added a reviewer: kzhuravl.

LGTM

This revision is now accepted and ready to land.Jan 13 2017, 2:36 PM
arsenm closed this revision.Jan 16 2017, 4:22 PM

r292173