This is an archive of the discontinued LLVM Phabricator instance.

[mips] Correct the predicates of arithmetic and logic instructions.
ClosedPublic

Authored by sdardis on May 18 2018, 9:14 AM.

Details

Summary

As part of this effort, duplicate and correct the predicates of some
aliases. Also disable code generation of some short form instructions
for FastISel, as it would otherwise reject them.

Diff Detail

Repository
rL LLVM