This is an archive of the discontinued LLVM Phabricator instance.

Add trunc (select c, a, b) -> select c (trunc a), (trunc b) combine.
ClosedPublic

Authored by arsenm on Jul 9 2014, 10:29 AM.

Details

Reviewers
arsenm
Summary

Do this if the truncate is free and the select is legal.

Diff Detail

Event Timeline

arsenm updated this revision to Diff 11208.Jul 9 2014, 10:29 AM
arsenm retitled this revision from to Add trunc (select c, a, b) -> select c (trunc a), (trunc b) combine..
arsenm updated this object.
arsenm edited the test plan for this revision. (Show Details)
arsenm added a subscriber: Unknown Object (MLST).
arsenm accepted this revision.Jul 9 2014, 12:20 PM
arsenm added a reviewer: arsenm.

r212640

This revision is now accepted and ready to land.Jul 9 2014, 12:20 PM
arsenm closed this revision.Jul 9 2014, 12:20 PM