This is an archive of the discontinued LLVM Phabricator instance.

Fix wrong setcc result type when legalizing uaddo/usubo
ClosedPublic

Authored by tmaconfire on May 13 2014, 2:23 PM.

Details

Reviewers
arsenm
Summary

There's no test because no other in tree targets change the bitwidth of the setcc type depending on the bitwidth of the compared type.

Diff Detail

Event Timeline

tmaconfire updated this revision to Diff 9364.May 13 2014, 2:23 PM
tmaconfire retitled this revision from to Fix wrong setcc result type when legalizing uaddo/usubo.
tmaconfire updated this object.
tmaconfire edited the test plan for this revision. (Show Details)
tmaconfire added a subscriber: Unknown Object (MLST).

Any reviews? Thanks!

arsenm accepted this revision.May 28 2014, 1:41 PM
arsenm added a reviewer: arsenm.
arsenm added a subscriber: arsenm.

LGTM

This revision is now accepted and ready to land.May 28 2014, 1:41 PM
arsenm closed this revision.May 28 2014, 1:59 PM

r209771