This tracks whether MaxCallFrameSize is computed yet. Ideally we would
assert and fail when the value is queried before it is computed, however
this fails various targets that need to be fixed first.
Details
Details
Diff Detail
Diff Detail
- Repository
- rL LLVM
Event Timeline
Comment Actions
Let's make the assert a TODO but keep adding MachineFrameInfo::isMaxCallFrameInfo() computed. As it turned out to be useful to break some cycles in situations where querying wrong maxcallframesize is not a correctness issue but just a small performance one.
Comment Actions
Hi Matthias,
however this fails various targets that need to be fixed first.
What are the PRs for that?
Is this something you plan to fix? (just asking :))
LGTM.
Cheers,
-Quentin
Comment Actions
I fixed ARM (see dependent patches). I do not plan to fix the other targets but will file PRs.
Thanks.