[PATCH] D100218: Fix for "Bug 49146 - Crash with MIPS16 multiply"

Jesse DeGuire via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Apr 14 14:30:12 PDT 2021


jdeguire updated this revision to Diff 337560.
jdeguire added a comment.

Updated the patch to add a very simple test. This test fails pre-patch and passes after the patch. This test does not check for correctness of the generated code, only that Clang does not crash.


CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D100218/new/

https://reviews.llvm.org/D100218

Files:
  clang/test/CodeGen/mips16-mult.c
  llvm/lib/Target/Mips/Mips16ISelDAGToDAG.cpp
  llvm/lib/Target/Mips/Mips16InstrInfo.td
  llvm/lib/Target/Mips/MipsISelLowering.cpp
  llvm/lib/Target/Mips/MipsISelLowering.h
  llvm/lib/Target/Mips/MipsInstrInfo.td
  llvm/lib/Target/Mips/MipsScheduleGeneric.td

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D100218.337560.patch
Type: text/x-patch
Size: 7753 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20210414/9ae06e3b/attachment.bin>


More information about the llvm-commits mailing list