This is an archive of the discontinued LLVM Phabricator instance.

GlobalISel: Don't expand stacksave/stackrestore in IRTranslator
ClosedPublic

Authored by arsenm on Jul 31 2023, 4:20 AM.

Details

Summary

In some (likely invalid edge cases anyway), it's not correct to
directly copy the stack pointer register.

Diff Detail