This is an archive of the discontinued LLVM Phabricator instance.

[MIPS GlobalISel] Lower G_DYN_STACKALLOC
ClosedPublic

Authored by Petar.Avramovic on Sep 11 2019, 5:54 AM.

Details

Summary

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.

Diff Detail

Repository
rL LLVM

Event Timeline

This revision is now accepted and ready to land.Sep 11 2019, 9:57 AM
This revision was automatically updated to reflect the committed changes.