[PATCH] D124723: [MIPS} Address ISel failures for 64 bit fpus in microMIPS

Simon Dardis via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Sat Apr 30 17:12:28 PDT 2022


sdardis created this revision.
Herald added subscribers: atanasyan, jrtc27, hiraditya, arichardson.
Herald added a project: All.
sdardis requested review of this revision.
Herald added a project: LLVM.
Herald added a subscriber: llvm-commits.

Add the instructions and patterns for loads and stores in microMIPSr3
when a 64 bit FPU is present. Previously, this would lead to an
instruction selection failure.

This resolves PR/49200.

Thanks to jdeguire for reporting the issue!


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D124723

Files:
  llvm/lib/Target/Mips/MicroMipsInstrFPU.td
  llvm/lib/Target/Mips/MipsScheduleGeneric.td
  llvm/test/CodeGen/Mips/llvm-ir/load.ll
  llvm/test/CodeGen/Mips/llvm-ir/store.ll
  llvm/test/CodeGen/Mips/pr49200.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D124723.426256.patch
Type: text/x-patch
Size: 166597 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20220501/38875111/attachment-0001.bin>


More information about the llvm-commits mailing list