[PATCH] D105739: Mips/GlobalISel: Use more standard call lowering infrastructure

Matt Arsenault via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Sat Jul 10 06:13:59 PDT 2021


arsenm updated this revision to Diff 357709.
arsenm added a comment.

Remove custom assignValueToReg code. Most of this is now handled in the custom handler


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

https://reviews.llvm.org/D105739

Files:
  llvm/include/llvm/CodeGen/GlobalISel/CallLowering.h
  llvm/lib/Target/ARM/ARMCallLowering.cpp
  llvm/lib/Target/Mips/MipsCCState.cpp
  llvm/lib/Target/Mips/MipsCCState.h
  llvm/lib/Target/Mips/MipsCallLowering.cpp
  llvm/lib/Target/Mips/MipsCallLowering.h
  llvm/test/CodeGen/Mips/GlobalISel/irtranslator/extend_args.ll
  llvm/test/CodeGen/Mips/GlobalISel/irtranslator/float_args.ll
  llvm/test/CodeGen/Mips/GlobalISel/llvm-ir/float_args.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D105739.357709.patch
Type: text/x-patch
Size: 51484 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20210710/c0786d8d/attachment.bin>


More information about the llvm-commits mailing list