If a varargs function is calling a non-varargs function, or vice versa, make sure we use the correct "varargs" bit for each.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
llvm/test/CodeGen/ARM/tail-call-results.ll | ||
---|---|---|
5 | Can you add a comment here with the purpose of the test? If I understand correctly it's checking that vararg->vararg, or normal->normal will tail call but a mix of the two won't. |
Can you add a comment here with the purpose of the test?
If I understand correctly it's checking that vararg->vararg, or normal->normal will tail call but a mix of the two won't.