This is an archive of the discontinued LLVM Phabricator instance.

[mips] Fix predicate for the MipsTruncIntFP pattern
ClosedPublic

Authored by atanasyan on Jul 18 2018, 3:27 AM.

Details

Summary

This is a follow-up to the rL337171. This patch fixes regression introduced by the r337171 and enables MipsTruncIntFP pattern.

Diff Detail

Repository
rL LLVM

Event Timeline

atanasyan created this revision.Jul 18 2018, 3:27 AM

The patch fixes the previously failing tests. LGTM

mstojanovic accepted this revision.Jul 18 2018, 6:44 AM
This revision is now accepted and ready to land.Jul 18 2018, 6:44 AM
This revision was automatically updated to reflect the committed changes.

Thanks for review.