This is an archive of the discontinued LLVM Phabricator instance.

[mips][micromips] Fix (dis)assembly of bc1(t|f)
ClosedPublic

Authored by sdardis on Oct 12 2017, 8:35 AM.

Details

Summary

Previously these instructions were marked codegen only and had
an under-specified instruction description that did not record the
fcc register.

Diff Detail

Repository
rL LLVM

Event Timeline

sdardis created this revision.Oct 12 2017, 8:35 AM
This revision is now accepted and ready to land.Oct 13 2017, 7:56 AM
This revision was automatically updated to reflect the committed changes.