This is an archive of the discontinued LLVM Phabricator instance.

[X86] Start tracking arguments passed on stack
Needs ReviewPublic

Authored by milica-lazarevic on Dec 30 2021, 5:27 AM.

Details

Summary

In call-lowering phase, information about stack offset for every argument are attached to the corresponding SDNode.

Diff Detail