This is an archive of the discontinued LLVM Phabricator instance.

[mips] Remove codegen support from some 16 bit instructions
ClosedPublic

Authored by sdardis on Dec 15 2017, 5:42 AM.

Details

Summary

These instructions conflict with their full length variants
for the purposes of FastISel as they cannot be distingushed
based on the number and type of operands and predicates.

Diff Detail

Repository
rL LLVM