[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 21 09:39:39 PDT 2021


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

This applies "git format-clang" to the patch. I didn't do this originally because, as you can see, "git clang-format" makes changes that do not match the style of the surrounding code and so I was not sure what the proper course of action was. I can always either resubmit the previous patch or make another patch (maybe for a separate review) that re-formats the rest of the code.


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.339273.patch
Type: text/x-patch
Size: 15430 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20210421/898afd04/attachment.bin>


More information about the llvm-commits mailing list