This is an archive of the discontinued LLVM Phabricator instance.

Fix broken type legalization of min/max
ClosedPublic

Authored by arsenm on Dec 18 2015, 2:23 PM.

Details

Summary

This was using an anyext when promoting the type when zext/sext is required.

Diff Detail

Event Timeline

arsenm updated this revision to Diff 43269.Dec 18 2015, 2:23 PM
arsenm retitled this revision from to Fix broken type legalization of min/max.
arsenm updated this object.
arsenm added a reviewer: jmolloy.
arsenm added a subscriber: llvm-commits.
tstellarAMD accepted this revision.Dec 18 2015, 4:54 PM
tstellarAMD edited edge metadata.

LGTM.

This revision is now accepted and ready to land.Dec 18 2015, 4:54 PM
arsenm closed this revision.Dec 18 2015, 5:43 PM

r256074