This is an archive of the discontinued LLVM Phabricator instance.

[PowerPC] Eliminate compares - add i32 sext/zext handling
AbandonedPublic

Authored by nemanjai on Apr 8 2017, 10:03 AM.

Details

Summary

This revision adds the functionality and testing for sign/zero extending i32 comparisons.

Diff Detail

Repository
rL LLVM

Event Timeline

lei commandeered this revision.Apr 10 2017, 12:20 PM
lei edited reviewers, added: nemanjai; removed: lei.
nemanjai commandeered this revision.Apr 12 2017, 10:10 AM
nemanjai edited reviewers, added: lei; removed: nemanjai.
nemanjai edited edge metadata.

Temporarily commandeering this patch to update it with a more reasonable split of the original patch.

nemanjai updated this revision to Diff 94994.Apr 12 2017, 10:19 AM
nemanjai retitled this revision from [PowerPC] Eliminate compares in instruction selection - Vol. 2 to [PowerPC] Eliminate compares - add i32 sext/zext handling.
nemanjai edited the summary of this revision. (Show Details)
lei commandeered this revision.Apr 17 2017, 12:59 PM
lei removed a reviewer: lei.
nemanjai commandeered this revision.May 11 2017, 1:30 PM
nemanjai abandoned this revision.
nemanjai edited reviewers, added: lei; removed: nemanjai.

This is being split into smaller patches. Abandoning the large patch.