This is an archive of the discontinued LLVM Phabricator instance.

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

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

Details

Summary

This patch provides functions that transform 64 bit compares into GPR sequences (both zero and sign-extended).

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, 11:27 AM
nemanjai edited reviewers, added: lei; removed: nemanjai.
nemanjai edited edge metadata.

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

nemanjai updated this revision to Diff 95006.Apr 12 2017, 11:28 AM
nemanjai retitled this revision from [PowerPC] Eliminate compares in instruction selection - Vol. 3 to [PowerPC] Eliminate compares - add i64 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:31 PM
nemanjai abandoned this revision.
nemanjai edited reviewers, added: lei; removed: nemanjai.

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