This is an archive of the discontinued LLVM Phabricator instance.

[MIPS GlobalISel] Select G_IMPLICIT_DEF
ClosedPublic

Authored by Petar.Avramovic on Sep 11 2019, 5:53 AM.

Details

Summary

G_IMPLICIT_DEF is used for both integer and floating point implicit-def.
Handle G_IMPLICIT_DEF as ambiguous opcode in MipsRegisterBankInfo.
Select G_IMPLICIT_DEF for MIPS32.

Diff Detail

Repository
rL LLVM

Event Timeline

This revision is now accepted and ready to land.Sep 11 2019, 9:49 AM
This revision was automatically updated to reflect the committed changes.