[PATCH] D67440: [MIPS GlobalISel] Lower G_DYN_STACKALLOC

Petar Avramovic via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Sep 11 05:56:48 PDT 2019


Petar.Avramovic created this revision.
Petar.Avramovic added reviewers: atanasyan, petarj.
Herald added subscribers: llvm-commits, jrtc27, arichardson, rovka, sdardis.
Herald added a project: LLVM.

IRTranslator creates G_DYN_STACKALLOC instruction during expansion of
alloca when argument that tells number of elements to allocate on stack
is a virtual register. Use default lowering for MIPS32.


Repository:
  rL LLVM

https://reviews.llvm.org/D67440

Files:
  lib/Target/Mips/MipsLegalizerInfo.cpp
  test/CodeGen/Mips/GlobalISel/legalizer/dyn_stackalloc.mir
  test/CodeGen/Mips/GlobalISel/llvm-ir/dyn_stackalloc.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D67440.219699.patch
Type: text/x-patch
Size: 7293 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20190911/da4b7a4b/attachment.bin>


More information about the llvm-commits mailing list