AMDGPU needs to know if calls are present when lowering arguments,
but this was only set later. Set it along with other stack properties.
Details
Details
- Reviewers
bogner
Diff Detail
Diff Detail
Event Timeline
Comment Actions
This seems to break a variety of tests in other targets. Maybe a smarter version of isLoweredToCall is needed?
Comment Actions
Make it a target hook.
There are some special cases that make it difficult to make this
test generically. SystemZ emits some libcalls as special instructions,
and this depends on whether the target will end up emitting a
tail call.