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.
Details
Details
Diff Detail
Diff Detail
- Repository
- rL LLVM
Paths
| Differential D67439
[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.
Diff Detail
Event TimelineThis revision is now accepted and ready to land.Sep 11 2019, 9:49 AM Closed by commit rL371727: [MIPS GlobalISel] Select G_IMPLICIT_DEF (authored by Petar.Avramovic). · Explain WhySep 12 2019, 4:31 AM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 219883 llvm/trunk/lib/Target/Mips/MipsInstructionSelector.cpp
llvm/trunk/lib/Target/Mips/MipsLegalizerInfo.cpp
llvm/trunk/lib/Target/Mips/MipsRegisterBankInfo.cpp
llvm/trunk/test/CodeGen/Mips/GlobalISel/instruction-select/implicit_def.mir
llvm/trunk/test/CodeGen/Mips/GlobalISel/legalizer/implicit_def.mir
llvm/trunk/test/CodeGen/Mips/GlobalISel/llvm-ir/implicit_def.ll
llvm/trunk/test/CodeGen/Mips/GlobalISel/regbankselect/implicit_def.mir
|