This is an archive of the discontinued LLVM Phabricator instance.

[Mips] Supplement long branch pseudo instructions
ClosedPublic

Authored by smaksimovic on Nov 1 2018, 8:11 AM.

Details

Summary

Expand on LONG_BRANCH_LUi and LONG_BRANCH_(D)ADDiu pseudo
instructions by creating variants which support less operands/accept GPR64Opnds
as their operand in order to appease the machine verifier pass.

Diff Detail

Repository
rL LLVM

Event Timeline

smaksimovic created this revision.Nov 1 2018, 8:11 AM
This revision is now accepted and ready to land.Nov 3 2018, 1:53 PM
This revision was automatically updated to reflect the committed changes.