This is an archive of the discontinued LLVM Phabricator instance.

[mips] Promote SETCC operands to i64 for 64-bit ISAs.
AbandonedPublic

Authored by vkalintiris on Jan 15 2016, 7:23 AM.

Details

Reviewers
dsanders
Summary

Other than the removal/modification of the relevant instructions/patterns,
we had to teach SimplifySetCC() about the folding of any (zext (trunc ...))
operand when comparing with a constant integer value.

Depends on D16220.

Diff Detail

Event Timeline

vkalintiris retitled this revision from to [mips] Promote SETCC operands to i64 for 64-bit ISAs..
vkalintiris updated this object.
vkalintiris added a reviewer: dsanders.
vkalintiris added a subscriber: llvm-commits.
vkalintiris abandoned this revision.Jun 5 2016, 10:40 AM