This is an archive of the discontinued LLVM Phabricator instance.

AMDGPU: Fix i1 fp_to_int
ClosedPublic

Authored by arsenm on Jul 18 2016, 2:24 PM.

Details

Reviewers
tstellarAMD
Summary

R600's i1 fp_to_uint selected but was incorrect according to
what instcombine constant folds to.

Diff Detail

Event Timeline

arsenm updated this revision to Diff 64384.Jul 18 2016, 2:24 PM
arsenm retitled this revision from to AMDGPU: Fix i1 fp_to_int.
arsenm updated this object.
arsenm added a reviewer: tstellarAMD.
arsenm added a subscriber: llvm-commits.
tstellarAMD accepted this revision.Jul 22 2016, 6:42 AM
tstellarAMD edited edge metadata.

LGTM.

This revision is now accepted and ready to land.Jul 22 2016, 6:42 AM
arsenm closed this revision.Jul 22 2016, 10:09 AM

r276435